/*
Title:		jShowOff: a jQuery Content Rotator Plugin
Author:		Erik Kallevig
Version:	0.1.2
Website:	http://ekallevig.com/jshowoff
License: 	Dual licensed under the MIT and GPL licenses.
*/

/****Billboard Navigation Sprite*****/	
img { border:none; }

			#a1 {
				display:inline;
				width: 10px;
				height: 10px;
				float:left;
				background:url(images/banners/sliderSprite.png) 10px 0;
				}

				#a1.jshowoff-active, .jshowoff-active {
					display:inline;
				width: 10px;
				height: 10px;
					float:left;
					background:url(images/banners/sliderSprite.png) 0 0;
					}

			#a2 {
				display:inline;
				width: 10px;
				height: 10px;
				float:left;
				background:url(images/banners/sliderSprite.png) 10px 0;
				}

				#a2.jshowoff-active, .jshowoff-active {
					display:inline;
				width: 10px;
				height: 10px;
					float:left;
					background:url(images/banners/sliderSprite.png) 0 0;
					}

			#a3{
				display:inline;
				width: 10px;
				height: 10px;
				float:left;
				background:url(images/banners/sliderSprite.png) 10px 0;
				}

				#a3.jshowoff-active, .jshowoff-active {
					display:inline;
				width: 10px;
				height: 10px;
					float:left;
					background:url(images/banners/sliderSprite.png) 0 0;
					}
#a4{
				display:inline;
				width: 10px;
				height: 10px;
				float:left;
				background:url(images/banners/sliderSprite.png) 10px 0;
				}

				#a4.jshowoff-active, .jshowoff-active {
					display:inline;
				width: 10px;
				height: 10px;
					float:left;
					background:url(images/banners/sliderSprite.png) 0 0;
					}


		


	/****Billboard Navigation Sprite*****/	
	/*-- jShowOff module styles --*/

#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	position: relative;
	width: 959px;
	height: 303px;
	overflow:hidden;

	}
.jshowoff {
	width: 959px;
	margin: 0;
	}
.jshowoff div {	
	width: 959px;
	height: 303px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	/*-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;*/
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	line-height:20px;
/*	padding: 15px 20px 0px; */
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	top:30px;
	margin-right:30px;
	right: 0px;
	margin-right: 0px;
	padding-right: 0px;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
 /*	display: block; */
	display:none;
	float: right;
	padding-right:8px;
	color: #fff;
	text-decoration: none;
	background-repeat:no-repeat;
	outline: none;
	font-size: 10px;
	line-height: 10px;
	}

.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	background:url(/images/wp-content/themes/ibeam-cms/images/banners/button-on.png)
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	/*background-color: #fff;
	color: #000;*/
	}
	
.jshowoff-pausetext {
	color: #fff;
	}

/*Active Slides*/



.thumbFeatures p.jshowoff-slidelinks {
	float:right;
	height: 13px;
	padding-top:0px;
	/*will need to remove width style below*/
	background-repeat:no-repeat;
	width:80px;

	}
	
#billboard {
	position:relative;
	width:959px;
	height:303px;
	}
	

.thumbFeatures .jshowoff-slidelinks a {
	display: block;
	height: 10px;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	padding: 0;
	/*border: 1px solid #4f4f4f;*/
	text-indent: -10000em;
	}

.thumbFeatures .jshowoff-slidelinks a.jshowoff-active {
	border: none;
	}


.thumbFeatures .jshowoff-slidelinks a:hover {
	display: block;
	width: 12px;
	height: 13px;
	background-repeat: no-repeat;
	padding: 0;
	text-indent: -10000em;
	}

