@charset "UTF-8";

.anythingSlider {
width:395px;
height:328px;
position:relative;
margin:0 auto;
top:0px;
}

.anythingSlider .wrapper {
width:395px;
overflow:hidden;
height:328px;
position:absolute;
top:0;
left:0;
margin:0
}

.anythingSlider .wrapper ul {
width:99999px;
list-style:none;
position:absolute;
top:0;
left:-40px;
margin:0
}

.anythingSlider ul li {
display:block;
float:left;
height:328px;
width:395px;
margin:0
}

.anythingSlider .arrow {
display:block;
height:77px;
width:67px;
background:url(../images/arrow.png) no-repeat 0 0;
text-indent:-9999px;
position:absolute;
top:152px;
cursor:pointer
}

.anythingSlider .forward {
background-position:0 0;
right:-90px
}

.anythingSlider .back {
background-position:-67px 0;
left:-54px
}

.anythingSlider .forward:hover {
background-position:0 -77px
}

.anythingSlider .back:hover {
background-position:-67px -77px
}

#start-stop {
background:green;
background-image:url(../images/cellshade.png);
background-repeat:repeat-x;
color:#FFF;
width:40px;
text-align:center;
position:absolute;
right:45px;
top:0;
padding:2px 5px
}

#start-stop.playing {
background-color:red
}

#start-stop:hover {
background-image:none
}

.anythingSlider .wrapper ul ul {
position:static;
background:none;
overflow:visible;
width:auto;
border:0;
margin:0
}

.anythingSlider .wrapper ul ul li {
float:none;
height:auto;
width:auto;
background:none
}

#textSlide {
padding:10px 30px
}

#textSlide h3 {
font:20px Georgia, Serif
}

#textSlide h4 {
text-transform:uppercase;
font:15px Georgia, Serif;
margin:10px 0
}

#textSlide ul {
list-style:disc;
margin:0 0 0 25px
}

#textSlide ul li {
display:list-item
}

#quoteSlide {
padding:30px
}

#quoteSlide blockquote {
font:italic 24px/1.5 Georgia, Serif;
text-align:center;
color:#444;
margin:0 0 10px
}

#quoteSlide p {
text-align:center
}

.captify{
margin:2px;
}
.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1em;	
	font-size: 8px;	
	font-family: arial black;	
	border: 0px solid #334143;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }

