/*
    anythingSlider v1.2    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/

*/

.anythingSlider                         { width: 900px; height: 385px; position: relative; margin: 0px;}
.anythingSlider .wrapper                { width: 900px; overflow: auto; height: 385px; margin: 0; position: absolute; top: 0; left: 0;}
                                        /* Width below is max for Opera */

.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0;}
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 385px; width: 900px; margin: 0; }
.anythingSlider .arrow                  {}
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }


.thumbNav{ 
	z-index: 10; 
	color: red; 
	width: 200px; 
	text-align: center; 
	position: absolute; 
	right: 0px; 
	top: 350px;
}

.thumbNav li                            { display: inline; }
.thumbNav a { 
	color: white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	display: inline-block; 
	padding: 2px 8px; 
	margin: 0 5px 0 0; 
	background-color: #F00; 
	text-align: center; 
	border: 0; 
	text-decoration: none; 
	outline: 0;
}

.thumbNav a:hover                       { background-image: none; }
.thumbNav a.cur                         { background: #000000; }

/*
  Prevents
*/

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

/* 
	General 

*/

#page-wrap                              { width: 900px; background: white; position: relative;}
*                                       { margin: 0; padding: 0; }

/*
    For Specific Slides
*/

#textSlide                              { padding:0; }
#textSlide h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#FFF;		
	color: #E3374F;
	vertical-align:middle;
}

#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin:0; }
#textSlide ul                           { list-style: disc; margin:0;  }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 0px; }
#quoteSlide blockquote                  { font: italic 12px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0; }
#quoteSlide p                           { text-align: center; }
.titImg{
	color:#E3374F;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
}

.desImg{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	text-align:justify;
	margin:10px;
}
