/*
    anythingSlider v1.0
    
    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: 960px; height: 440px; position: relative; margin: 0; float:left; -moz-border-radius: 10px; background: #dce1e4; }
.inspire-electronics {
background:#960000 !important;	
}
.terina-mcguire {
background:#73a5ff !important;	
}
.transfer-window {
background:#2d2f32 !important;	
}
.iwan-direct {
background:#bd2125 !important;	
}
.east-west-health {
	background:#769e38  !important;
}
.yorkshire-forum {
background:#d2dfe2 !important;	
}
.transatlantic-league {
background:#282828 !important;	
}

.anythingSlider .wrapper                { width: 500px; overflow: auto; height: 440px; margin: 0; position: absolute; top: 0; left: 60px; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding:0;}
.anythingSlider ul li                   {
	display: block;
	float: left;
	padding: 0;
	height: 440px;
	width: 500px;
	margin: 0;
}
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 105px; cursor: pointer; }
.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                               { position: relative; top: 323px; text-align: center; display:none; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { display:none; background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  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; }
.left-slideshow-image {
	padding: 20px 0 0;
	width: 500px;
	float: left;
	background-attachment: scroll;
	background-image: url(images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.slideshow-title {
	color: #000;
	font-size: 36px;
	padding-bottom: 10px;
	font-size:1.5em;
	font-weight:bold;
}
.slideshow-title1 {
	color: orange;
	font-size: 36px;
	padding-bottom: 10px;
	font-size:1.5em;
	font-weight:bold;
	width: 320px;
}
.slideshow-title2 {
	color: #000;
	font-size: 36px;
	padding-bottom: 10px;
	font-size:1.5em;
	font-weight:bold;
}
.terina-mcguire-title {
color:#fff !important;	
}
.slideshow-sub-title {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	font-style:italic;
	font-size:13px;
	color:#666666;
	width: 320px;
}
.inspire-electronics-sub-title {
	color:#fff;
}
.slideshow-bottom {
	position: absolute;
	bottom:40px;
	padding-top:10px;
	border-top:1px solid #fff;
	width:320px;
	left:0;
}
.slideshow-bottom a {
color:orange;
}
.slideshow-bottom a:visited {
color:orange;
}




.slideshow-bottom-inspire-electronics {
	position: absolute;
	bottom:40px;
	padding-top:10px;
	border-top:1px solid #fff!important;
	width:320px;
	left:0;
	color:#fff;
}
.slideshow-bottom-inspire-electronics a {
color:#fff!important;
}
.slideshow-bottom-inspire-electronics a:visited {
color:#fff!important;
}



.slider-right-text {
	float:right;
	width:320px;
	margin-right:60px;
	position:relative;
	height:100%;
}
.slider-seperator {
clear:both;
margin-top:10px;
margin-bottom:10px;
height:10px;
}
span {
clear:both;
float:left;
}
.paragraph {
	padding-top:10px;
	width: 320px;
}
.inspire-electronics-paragraph {
color: #fff;	
}

