﻿

/************Home Page Slide Show***********************/
#slideshow
{position:relative;background:#000;width:100%;}
#slideshow DIV1
{
	
	top: 0;
	left: 0;
	z-index: 7;	
	background-color: #FFF;
}

#slideshow .slide{display:none;position:absolute;top:0;left:0;z-index:0;width:100%;}
#slideshow .slide img{width:100%;}
#slideshow DIV.active
{
	z-index: 9;
	opacity: 1.0;
}

#slideshow DIV.last-active
{
	z-index: 8;
}

#slideshow a:hover
{
    text-decoration :none;
}
#slideshow DIV IMG
{
    position: absolute;
	display: block;
	border: 0;
	margin-bottom: 10px;
}

#slideshow .text
{
    opacity: 0.4;
    filter: alpha(opacity = 40);
    background-color: #000;
    height: 100%;
    display: block;
    width: 280px; 
    position: absolute;  
    cursor:pointer;          
}
#slideshow .text1
{
    position: absolute;
    margin:20px;
    top: 10px;
    opacity: 1.0;
    height: 100%;
    width: 240px;
    display: block;
    color: #fff;
    font-size: 16px;  
}
#slideshow .title
{
    font-size: 20px;    
}

#slidenumber
{
    position :absolute ;
    left:20px;
    bottom :5px;
    left :5px;
    z-index :10;
    color :#fff;
}

#slidenumber span
{
    cursor:pointer;
    padding:0 5px;
    height : 13px;
    width:13px;
}

#slidenumber .active
{  
    background-image: url(../images/SliderPointSelected.png);
	background-repeat : no-repeat;
	border: 0px;
}

#slidenumber .inactive
{
    background-image: url(../images/SliderPoint.png);
	background-repeat : no-repeat;
	border: 0px;    
}
/* ==================================== */