/* Sample 1*/
#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}

/* Sample 2*/
#box2{
	position:absolute;
}
#box2 span{
	display:block;
	float:left;
}

/* Sample 3*/
#box3{
	position:absolute;
}
#box3 span{
	display:block;
	float:left;
}

/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:450px;
	height:400px;
	float:left;
}

.box-marg {margin-right:30px;}

#box4 h3, #box4 p, #box4 ul{
	padding:0;
}
#box4 p{
	color:#A1A1A1; font:normal 12px Arial, Helvetica, sans-serif; margin-bottom:20px;
}
#box4 img{
	float:left;
	margin:0 0 10px 0;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}


/* ********************************** */

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	width:240px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask3{
	position:relative;
	width:450px;
	height:350px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

.bullets li{
margin-bottom:12px; background:url(../images/global/bullet-plain.gif) 0 50% no-repeat !important; padding-left:17px; line-height:1.15; color: #747474;

}
.articles h2{font:bold 16px Arial, Helvetica, sans-serif; color: #747474 !important; padding-top:10px; margin:0 0 2px 0;}

/************** Top slider homepage ************/

.slide a:focus {
	outline: none;
}
#panel {
	background: #D81921;
	height: 900px;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	/*border-top: solid 4px #ccc;*/
	background: url(../images/global/optbut.gif) no-repeat center top;
	position:absolute;
	margin-left:948px;

}
.btn-slide {
	background: url(../images/global/plusminus.gif) no-repeat 50% -51px;
	text-align: center;
	width: 17px;
	height: 17px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
	
}
.active {
	background-position: 50% 7px;
}
.other {background:none!important; position:relative!important; margin-left:0!important; color:#fff; width:100px; font-size:12px!important; text-decoration:underline;}

#panel .contain {width:952px; margin:0 auto 0 auto; padding:20px 0; border-bottom:1px dotted #FCC; }
#panel .contain h1 {color:#FFF; font-size:18px;}
#panel .contain p {line-height:18px; color:#FCC; margin-bottom:15px;}
#panel .contain .lefty {float:left; width:466px; margin-right:20px;}
#panel .contain .righty {float:left; width:466px; margin-top:22px;}
#panel .contain ul {list-style:disc; margin-left:20px;}
#panel .contain ul li {color:#FFF; margin-bottom:10px;}

/*********************************/
