#main {
	background: url('/images/background-gray-fade.jpg') repeat-x top left;
}
.thumb
{
	border:2px solid #fcad1d;
	margin:10px 0 0 0;
	padding:0;
	width:134px;
	height:91px;
}
#content
{
	width:387px !important;
}
#right_side
{
	width:528px !important;
}
#features
{
	width:490px;
	margin-left:32px;
}
.thumb
{
	float:left;
	border:2px solid #fff;
	width:136px;
	height:93px;
	margin:5px 20px 20px 0;
	overflow:hidden;
  -moz-box-shadow: 3px 3px 3px #000;
  -webkit-box-shadow: 3px 3px 3px #000;
  box-shadow: 3px 3px 3px #000;
}
.thumb:hover
{
	border-color: #fcad1d;
	
}
.hidden
{
	display:none;
}
#big_image
{
	width:387px;
	height:285px;
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
}
#big_image_src
{
	display:none;
}
.section_title
{
	border:0;
}
#desc
{
	font-size:11px;
	color:#fff;
	line-height:12px;
}
#desc h2
{
	display:block;
	font-size:18px;
	clear:both !important;
	float:none;
	margin-top:9px !important;
	margin-bottom:1px !important;
}
html { 
filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

