
.holder {
	width:870px;
	margin:0px;
}
.slideNav {
	width:870px;
	height:110px;
}
#box4{
	position:absolute;
}
#box4 div{
	width:870px;
	height:230px;
	float:left;	
}

.mask3{
	position:relative;
	width:870px;
	height:230px;
	overflow:hidden;
}

/*****Panels *****/
td{
	vertical-align:top;
}
#firstPanel{
	background-image:url(../images/panel1.png);
	background-repeat:repeat-y;
	width:255px;
	height:190px;
	padding:15px 17px 0px 20px;
}
#secondPanel{
	background-image:url(../images/panel2.png);
	background-repeat:repeat-y;
	width:248px;
	height:190px;
	margin-left:10px;
	padding:15px 24px 0px 20px;
}
#thirPanel{
	background-image:url(../images/panel3.png);
	background-repeat:repeat-y;
	width:250px;
	height:190px;
	padding:15px 20px 0px 20px;

}
/**** Navigation *****/

.buttons {
	cursor:pointer;
}
.slideNav ul  {
	list-style:none;
	margin:0px;
	padding:0px;
}
.slideNav ul li span{
	display:block;
	cursor:pointer;
}
.slideNav ul li {
	margin:0px;
	display:inline;
	float:left;
	}
#panel1, #panel2, #panel3{
	padding-top:25px;

}

/*********Gallery Styles ********/

/* Sample 6*/
.gallery {
	width:860px;
	height:410px;
	overflow:hidden;
	margin-left:10px;
	margin-bottom:10px;
}
.gallery * {
	margin:0px;
	padding:0px;
}
.gallery ul {
	width:365px;
	position:absolute;
	margin:0px;
	padding:0px;
}
.gallery ul li {
	list-style:none;
	display:inline;
	float:left;
}
#box6{
	position:absolute;
	width:400px;
}
#box6 span{
	display:block;
}
.mask6{
	position:absolute;
	width:400px;
	height:400px;
	overflow:hidden;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
}
.thumbs {
	position:absolute;
	width:315px;
	margin-left:475px;
	margin-top:45px;

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

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

.info{
	width:400px;
	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
}
span img{
	display:block;
	border:none;
}

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

h4.stitle{color:#666;margin:0 0 5px 0}
.links {padding:10px;margin-top:20px}
.links a{font-size:14px;color:#0080FF;text-decoration:none}
.links a:hover{font-weight:bold}
.buttons{padding:5px;}
.buttons span{color:#0080FF;padding:0 5px;cursor:pointer;font:10px Verdana}
.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff}