/* CSS Document */

*{
margin:0px;
padding:0px;
}

.floatl{
float:left;
}

.floatr{
float:right;
}

.clear{
clear:both;
}

#container{
	width:770px;
	float: left;
	height: 600px;
}

/*css for img-section starts here*/

.image-section{
	width:770px;
}

.main-image{
	width:520px;
	background:#cdcdcd;
	border:1px solid #aeaeae;
	padding:10px;
	height: 320px;
}

.image-inner-bg{
	padding:10px;
	height:300px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center 8px;
}

.image-inner-bg a{
font-weight:bold;
font-size:12px;
color:#fff;
text-transform:uppercase;
text-decoration:none;
}

.image-inner-bg a.click{
padding-left:20px;
display:block;
text-align:right;
padding-top:20px;
padding-right:20px;
}
.image-inner-bg a.click img{
margin-right:7px;
position:relative;
top:2px;
}

.image-inner-bg a.description{
font-size:14px;
font-weight:normal;
padding-top:310px;
display:block;
padding-left:25px;
}

.image-inner-bg a.description img{
position:relative;
margin-right:5px;
}

.image-list{
	width:207px;
	background:#dbdbdb;
	border:1px solid #939393;
	padding:0px 0px 15px 10px;
	overflow:auto;
	height:325px;
}

.image-list img{
padding-top:10px;
}

/*css for content box starts here*/

.content-box{
width:876px;
background:#f4f4f4;
border:1px solid #ededed;
padding:0px 20px 0px 20px;
margin:30px 0px;
}
