/*
Design by Sannarts Design Studio
http://www.sannarts.com
*/

body {
	margin: 0;
	background: #FFFFFF;
	background-image:url(images/background.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#page {
	width: 1033px;
	height:588px;
	margin: 80px auto;
	padding: 0;
	background: url(images/main.jpg);
}
#pagein {
	width: 1033px;
	height:588px;
	margin: 80px auto;
	padding: 0;
	background: url(images/content.jpg);
}
#content {
	float: left;
	width:710px;
	height:588px;
	}
#leftside {
	float: left;
	width: 323px;
	height: 588px;
	}
#display {
background-image:url(images/display1.jpg);
	float:left;
	width:705px;
	height:400px;
	margin:2px;


}

#displayweb {
background-image:url(images/display2.jpg);
background-repeat:no-repeat;
	float:left;
	width:705px;
	height:586px;
	margin:2px;


}

#displayprint {
background-image:url(images/display3.jpg);
background-repeat:no-repeat;
	float:left;
	width:705px;
	height:586px;
	margin:2px;


}

#logo {
	float: left;
	width: 323px;
	height: 140px;
	padding-top:70px;

	}

#menu {
    float:left;
	width: 15px;
	height: 30px;
	padding-left:2px;
	}

#highlite {
    float:left;
	width: 15px;
	height: 30px;
	padding-top:90px;
	}

/*.......photo gallery.......*/


/*.......slider......*/

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 669px; /*width of featured content slider*/
	height: 344px;
	margin-left:17px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

width: 669px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

/*.........slider 4.........*/

#slider5{
	margin-top:18px;
	height: 344px
}

#paginate-slider5{
margin:55px 00px 0px 15px;


}

#paginate-slider5 a img{
width: 77px;
height: 67px;
/*order: 1px solid gray;*/
margin-top: 5px;
}

a:link {
	color: #212121;
	border:none;
	text-decoration: none;
}
a:visited {
	color: #212121;
		border:none;
	text-decoration: none;
}
a:active {
	color: #212121;
	border:none;
	text-decoration: none;
}

a:hover {
	color: #212121;
	border:none;
	text-decoration: none;
	}
	
#paginate-slider5 a img{

border: 1px solid #212121;
margin-top: 5px;
}

#paginate-slider5 a img:hover, #paginate-slider4 a.selected img{
border: 1px solid #78c712;
}