/*
	Note this CSS will not work correctly in Internet Explorer 6, 7 and 8. Most the title that won't work 100%, but we don't like Internet Explorer ;-) 
	Works great in Internet Explorer 9 beta.
*/

.jSlider * {
	/*outline:1px solid red;*/	
}

.jSlider {
	/*position: relative;*/
	/*border-top:1px solid #000;*/	
	width: 940px;
	height: 239px;
	padding:0;
	margin:0;
	
}

.jSlider img {
	width: 940px;
	height: 239px;
	padding:0;
	margin:0;	
}

.jSlider .navcontrol {
	display: none;
}

.jSlider:hover .navcontrol{
	display: block;
}

.jSlider .slideprev {
	float: left;
	text-indent: -9999px;
	background: url(../img/prev.png) no-repeat top left;
	width: 30px;
	height: 30px;
	margin-top: -120px;
	margin-left: 10px;
	z-index: 1000;
	outline: none;
	position: absolute;
	top: 289px;
	left: 0;
	/*outline:1px solid green;*/
}

.jSlider .slideprev:hover {
	background-position: bottom left;
}

.jSlider .slidenext {
	float: left;
	text-indent: -9999px;
	background: url(../img/next.png) no-repeat top right;
	width: 30px;
	height: 30px;
	margin-top: -120px;
	z-index: 1000;
	outline: none;
	position: absolute;
	top: 289px;	
	right: 8px;
	z-index: 1000;
}

.jSlider .slidenext:hover {
	background-position: bottom right;
}

.jSlider {
	position: relative;
}

.jSlider .collection {
	position: relative;
	overflow: hidden;
}

.jSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* 
            Depending of what size of the text and font you use you maybe have to change
            * .titlecontrol .fix
            * span.show - padding, margin-right, margin-top 
        */
.jSlider .titlecontrol {
	width: 100%;
	color: #fff;
	margin-top: -30px;
	position: absolute;
	z-index: 1000;
	min-height: 30px;
	height: 30px;
	max-height: 30px;
	overflow: hidden;
}

.jSlider .titlecontrol .fix {
	margin-top: 4px;
	display: block;
	height: 30px;
	min-height: 30px;
}
.jSlider .titlecontrol p {
	padding: 5px; 
	height: 30px;
	min-height: 30px;
	font: 12px Verdana, Arial, sans-serif;
}

.jSlider .titlecontrol p span a {
	color: #fff;
	text-decoration: none;
}
.jSlider .titlecontrol p span a:hover {
	text-decoration: underline;
}

.jSlider .titlecontrol p.titlehide {
	background: rgba(0,0,0,.6);
}

.jSlider .titlecontrol p.titleshow span.show {
	background: rgba(0,0,0,.6);
	padding: 2px 8px;
	margin-right: -5px;
	margin-top: 1px;
}

.jSlider .titlecontrol .hide, .jSlider .titlecontrol .show {
	float: right;
}

.jSlider .bulletcontrol {
	position: absolute;
	top: 170px;
	z-index: 99;
	margin-top: 20px;
	left: 910px;
	position: absolute;
	/*outline:1px solid green;*/
	margin:0;
	padding:0;
	border:none; 
	display: none;
}

.jSlider .bulletcontrol a {
	cursor: pointer;
}

.jSlider .bulletcontrol a {
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	background: #fff;
	display: block;
	float: right;
	height: 10px;
	margin: 3px;
	outline: medium none;
	width: 10px;
	text-indent: -9999px;
	border:none;
}

.jSlider .bulletcontrol a.active {
	background: #cf7319;
}

.jSlider .bulletsquare {
	width: 20px;
	height: 20px;
	background-color:#fff; 	
	/*outline:1px solid red;*/
	border:none;
}
