 a {
    text-decoration:none;
 }
 
 
 
 
 
 /*## BGS ##*/ 
 .bg_top {
    width:980px;
    height:25px;
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    background:url(../images/slideshow/bgTop.png) no-repeat center top;
 }
 
 
 
 
 /*## CANVAS SLIDE ##*/
 #cv_slideshow {
    width:980px;
    height:620px;
    position:relative;
    overflow:hidden;
    margin:0 auto 20px;
 }
 
 
 .slide {
    width:945px;
    overflow:hidden;
    margin:0 auto 20px;
    position:relative;
    z-index:1;    
 }
 
 .slideLateral {
    width:224px;
    min-height:600px;
    overflow:hidden;
    float:left;
 }
 
 /*.slideLateral img {
    border:1px solid #ccc;
 }*/
 
 .slideCentral {
    width:720px;
    min-height:405px;
    background:gray;
    float:left; 
    border:1px solid #ccc;   
 }
 
 
 #cv_slide_controller {
    width:642px;
    height:233px; 
    position:absolute;
    z-index:2;
    top:378px;
    left:282px;
 }
 
 
 #cv_slide_controller span {
	color: #999999;
	font: 10px "AllerRegular";
	text-transform: uppercase;
	display: block;
	margin: 10px 0 8px;
 }
 
 
 
 
 
 /*## CONTROLLERS ##*/
 .controllerLink {
    width:212px;
    height:209px;
    padding:10px 0;
    float:left;
    background: url(../images/slideshow/bgBox.png) repeat-x;
    border:1px solid #ccc;
    text-align:center;
    position:relative;
 }
 
 .controllerLink:hover {
    cursor:pointer;
 }
 
 .controllerLink p {
    font:normal 12px Arial,Helvica,Sans-serif;
    color:#999999;
	line-height: 20px;
	padding: 0 12px;
	margin-bottom: 10px;
 }
 
 .controllerLink h2 {
    font:normal 10px Arial,Helvica,Sans-serif;
    color:#999999;
 }
 
 
 .controllerLink .read_more {
    width:100px;
    height:30px;
    line-height:30px;
    display:block;
    background: url(../images/slideshow/btReadMore.png) no-repeat;
    margin:0 auto;  
    color:#666666;  
 }
 
 .controllerContent {
    width:212px;
    height:229px;
    position:absolute;
    top:0;
    left:0;
    z-index:3;    
 }
 
 
 .controllerLink .bgController1,.controllerLink .bgController2 {
    width:212px;
    height:229px;
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    background:url(../images/slideshow/bgBoxHover.png) repeat-x;
    
    display:none;  
 }
 
 .controllerLink .bgController2 {
    background:url(../images/slideshow/bgBoxHover2.png) repeat-x; 
    z-index:2!important;   
 }
 
 
 
 
 .bt_controllers {
    width:19px;
    height:42px;
    display:block;
    position:absolute;
    top:96px;
    background:url(../images/slideshow/iconsSprite.png) no-repeat;
 }
 
 #bt_left {
    left:-24px;
 }
 
 #bt_right {
    right:-24px;
    background-position:-27px 0;
 } 
 
 
 
  /*## NIVO
 
 
 .slider img {
    position:absolute;
    top:0;
    left:0; 
    z-index:1;
    display:none;
 }
 
 .currImg {
    z-index:2!important;
 }
 .nextImg {
    z-index:1!important;
 } 
 
 
 

 .slider {
    position:relative;
    width:618px;  
    height:246px; 
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.slider a {
    border:0;
    display:block;
}
 ##*/
 
 
.slider {
    position:relative;
    height:376px;
    width:490px;
    margin:0 auto;
}

.slider img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

.slider img.active {
    z-index:10;
}

.slider img.last-active {
    z-index:9;
}

.slider .caption {
    z-index:11;
    position:absolute;
    top:43px;
    left:-15px;
    min-width:289px;
    padding: 0 15px;
    line-height: 52px!important;
    /*border:1px solid #666;*/
    height:52px;
    background:#fff;
    opacity:0.8;
    display:none;
    color:#557B42;
    font:normal 22px "AllerRegular";
}
 
 
 
 
 
/*## LOGO ##*/
.bgLogo {
    display:block;
    margin:0 auto;

} 

 
