﻿#slide_holder {
background-image:url(/images/carousel/bg_slideshow_custom.png);
background-repeat:no-repeat;
height:250px;
overflow:hidden;
position:relative;
text-align:left;
width:700px;
z-index:1000;
}
#slide_holder_inner {
height:285px;
left:7px;
overflow:hidden;
position:absolute;
top:8px;
width:687px;
z-index:2000;
}
#intro, .intro {
position:absolute;
z-index:9000;
}
#slide_holder_inner div {
position:absolute;
}
div#slide_holder_inner div.slide div {
position:relative;
}
div#carousel_controls {
/*background-image:url(/images/carousel/bg_controls_custom.png);*/
background-position:0 0;
background-repeat:repeat-x;
height:30px;
width:687px;
z-index:4000;
}
#slide_buttons li:hover, #pause_button, .prev_button, .next_button, #hover_next_button, #hover_prev_button, #first_button, #last_button {
cursor:pointer;
z-index:5000;
}
#carousel_controls #button_selected, #carousel_controls .prev_button_disabled, #carousel_controls .next_button_disabled, #carousel_controls .first_button_diabled, #carousel_controls .last_button_disabled {
cursor:auto;
}
#slide_buttons li span, #pause_button span, .prev_button span, .next_button span, #first_button span, #last_button span, #hover_next_button span, #hover_prev_button span, #water_mark span {
margin-left:-10000px;
}
#slide_buttons li, #pause_button, .prev_button, .next_button, #first_button, #last_button, #water_mark {
background-repeat:no-repeat;
overflow:hidden;
top:0;
}
ul#slide_buttons {
left:390px;
padding:15px 7px 15px 15px;
position:absolute;
top:-7px;
z-index:5000;
}
ul#slide_buttons li {
background-image:url(/images/carousel/button_custom.png);
display:block;
float:left;
height:10px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0 3px;
padding:2px;
width:10px;
}
ul#slide_buttons li:hover {
}
ul#slide_buttons li#button_selected {
background-image:url(/images/carousel/button_selected_custom.png);
}
ul#slide_buttons li#button_selected:hover {
}
/* first and Last Buttons */
#first_button {
background-image:url(/images/carousel/images/first.png);
background-position:0 -36px;
height:29px;
left:530px;
width:34px;
}
#first_button:hover {
background-position:0 0;
}
#last_button {
background-image:url(/images/carousel/images/last.png);
background-position:0 -36px;
height:29px;
left:650px;
width:34px;
}
#last_button:hover {
background-position:0 0;
}

/* Next Prev Buttons */
#nex_prev_buttons {
left:0;
position:absolute;
z-index:5000;
}
#next_button {
background-image:url(/images/carousel/images/next.png);
background-position:0 -36px;
height:29px;
left:619px;
width:31px;
}
#next_button:hover {
background-position:0 0;
}
#prev_button {
background-image:url(/images/carousel/images/prev.png);
background-position:0 -36px;
height:29px;
left:564px;
width:31px;
}
#prev_button:hover {
background-position:0 0;
}

/* Pause Play Button */
.pause_button {
background-image:url(/images/carousel/images/pause.png);
background-position:0 -36px;
height:29px;
left:595px;
width:24px;
}
.pause_button:hover {
background-position:0 0;
}
.paused_button {
background-image:url(/images/carousel/images/play.png);
background-position:0 -36px;
height:29px;
left:595px;
width:24px;
}
.paused_button:hover {
background-position:0 0;
}

/* Hover Next Prev Buttons */
#hover_next_button, #hover_prev_button {
background-repeat:no-repeat;
display:none;
height:125px;
overflow:hidden;
top:35px;
width:77px;
z-index:6000;
}
#hover_next_button span {
}
#hover_next_button {
background-image:url(/images/carousel/images/hover_next.png);
background-position:21px 35px;
padding:30px 0 30px 30px;
right:0;
}
#hover_prev_button {
background-image:url(/images/carousel/images/hover_prev.png);
background-position:8px 35px;
left:0;
padding:30px 30px 30px 0;
}

/* Captions */
#slide_captions {
color:#333333;
left:8px;
overflow:visible;
top:5px;
z-index:6000;
}
#slide_captions span {
font-family:Tahoma;
font-size:15px;
height:20px;
line-height:20px;
overflow:visible;
}

/* Watermark */
#water_mark {
background-image:url(/images/carousel/images/water_mark.png);
height:30px;
left:202px;
top:208px;
width:246px;
z-index:6000;
}
#water_mark span {
}
#slide_number_display {
background-image:url(/images/carousel/images/bg_swatch.png);
background-position:0 0;
background-repeat:no-repeat;
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
height:25px;
padding:4px;
right:8px;
text-align:center;
top:255px;
width:45px;
z-index:5000;
}
#row_of_slides {
position:absolute;
top:0;
}
#row_of_slides .slide {
display:none;
position:absolute;
}

/*
#slide_holder {
margin:20px auto 0;
}
*/
.slide

.slide p{font-size:large;font-family:Arial;}
.slideImage{width: 210px;  padding: 10px 0 0 10px; float: left; display:block;}
.slideText{width: 450px; float:left;display:block; color:#A66C55;}
.slideTitle, .slideTitle a   
{
    margin: 0;
    padding:25px 0 0 0;   
    color: #be296a;
    font-size: 1.3em;
    text-align: left;
    text-decoration: none;
    border-bottom: solid 2px #e6e6cc;}
.slideSummary
{font-size: 1.25em; 
    }

