
#content .main_logo{
	width: 700px;
	height: 469px;
	position: relative;
}

#content .main_logo div{
	width: 100px;
	height: 67px;
	cursor: pointer;
}

#content .main_logo div:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); /* IE 5.5+*/
	-moz-opacity: 0.3; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.3; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}


#content .main_logo .wraper{
	clear: both;
	width:100%;
	height: 0px;
}

.i1, .i2, .i3, .i7, .i9, .i11, .i14, .i16, .i18, .i19, .i20, .i24 {
	float: left;
}

.i4, .i5, .i6, .i8, .i10, .i12, .i13, .i15, .i17, .i21, .i22, .i23 {
	float: right;
}	

#content .title
{
	margin-top: 37px;
}
#content .title span
{
	font-size: 12px;
	border-bottom: #000 1px dashed;
	cursor: pointer;
}


#content .description
{
  visibility: hidden;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
}
#content .description p
{
	line-height: 18px;
	margin-top: 14px;
}



