/* CSS Document */

html {
	background: url(../images/bg.gif) repeat-x top #f4f4f4; 
}
body {
	margin:0px;
	padding:0px;
	background:url(../images/home01.jpg) top center no-repeat;
}

.normal { font-family: Verdana, Arial,  Helvetica, sans-serif; font-size: 11px; line-height: 15px; font-weight: normal; color: #ffffff; }
.normal a:link { color: #ffffff; text-decoration: none; }
.normal a:visited { color: #ffffff; text-decoration: none; }
.normal a:hover { color: #333333; text-decoration: none; }
.normal a:active { color: #ffffff; text-decoration: none; }


#main {
	margin: 0px auto;
	width: 960px;
	height: 800px;
	background:url(../images/home01.jpg) top center no-repeat;
}
#slideshow {
	    width: 518px; /* important to be same as image width */
    height: 342px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background:#fff;
	margin:230px 0px 0px 365px;
	float:left;
	display:inline;
}

#sliderContent {
    width: 518x; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {

    display: none;
}
.sliderImage span h1{
	color:#3aabe6;
	font-size:160%;
	filter: alpha(opacity=100);
    -moz-opacity: 1;
	-khtml-opacity: 1;
    opacity: 1;
	display:none;
}
.sliderImage span p{
	color:#FFF;
	font-size:110%;
	filter: alpha(opacity=100);
    -moz-opacity: 1;
	-khtml-opacity: 1;
    opacity: 1;
}
.sliderImage a:link, .sliderImage a:visited{
	color:#e6297f;
	font-weight:bold;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	bottom: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}




ul.slideshow {
	list-style:none;
	width:518px;
	height:342px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:518px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
	display:none;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
	display:none;
}

#slideshow-caption h3 {
	margin:5px 0 0 0;
	padding:0;	
	color:#3aabe6;
	font-size:160%;
	display:none;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
	font-size:110%;
	display:none;
}

/* slider END */

