html, body {
	color: #47525E;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
}
.dot {
	background-image: url(../img/dot.png);
	background-repeat: repeat-x;
}



.main {
	height: 100%;
	width: 100%;
}
.header1 {
	color: #333;
	font-size: 24px;
}


.header2 {
	font-weight: bold;
	color: #333;
}
.navi a {
	color: #FFF;
}
a {
	text-decoration: none;
	color: #3399CC;
}
.cr {
	font-size: 12px;
	color: #999;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
}



a:hover {
	text-decoration: underline;
}

.screen {
	background-color: #F7F7F7;
	border: 1px solid #E1E1E1;
}
.texts {
	font-size: 12px;
}
.navi {
	font-size: 20px;
	color: #005077;
	text-align: center;
}
.notes {
	color: #999;
}
.color {
	color: #C60;
}
.testimonials {
	color: #999;
	background-color: #F7F7F7;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}







<!-- Photo Zoom CSS -->
div.zoom 
{ float:right;	
margin:0px 0px 5px 10px; }

div.zoom img { width:80px;	
border:1px solid #F7F7F7; }

div.zoom span.caption { 
display:none; }

div.zoom a:hover { padding:0px; } 

/* IE needs this in the above selector */
div.zoom a:hover img { width:160px;	
margin-bottom:5px; }

div.zoom a:hover span.caption { width:160px; 
display:block;	
background: #eef;	
border:1px solid #369;	
font-family:verdana,sans-serif;	
text-decoration:none;	
text-align:justify;	
font-size:8pt;	
color:#339; }

div.zoom a:hover span.inner { display:block;	
padding:2px 5px; }









#wrapper {width:308px; margin-left:5px; padding:0 }

.sliderbutton {float:left; width:32px; padding-top:160px; solid:#FF0000; }
.sliderbutton img {cursor:pointer; background:#33AACC;}
.sliderbutton img:hover {background:#3355AA; }


#slideshow {float:left; width:240px; height:360px; border:2px solid #fff; background:#fff; margin:0; padding:0}
#slides    {width:240px; height:360px; list-style:none; overflow:auto;  margin:0; padding:0 }
#slides li {width:240px; height:360px;}


.pagination {float:center; list-style:none; height:0px; margin:0px 0 0 0px}
.pagination li {float:left; cursor:pointer; padding: 0px 0px; background:#3399CC; border:0px solid #33AAFF; 
                margin:0px 0px 0 0; text-align:center; color:#FFFFFF}
.pagination li:hover {background:#3399CC; border:0px solid #3377AA; color:#FFEE00}
li.current {border:0px solid #33AAFF; background:#55BBEE}

















