/*
	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.
*/

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

div.jSlider {
	position: relative;
	/*border-top:1px solid #e4e5e5;*/
	float:left;
}

divdiv.jSlider img {
	width: 974px;
	height: 593px;
}

div.jSlider .navcontrol {
	display: true;
}

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

div.jSlider .slideprev {
	float: left;
	text-indent: -9999px;
	background: url(../img/left-navigation-button.png) no-repeat top left;
	width: 118px;
	height: 593px;
	margin-top: -95px;
	margin-left: 10px;
	z-index: 3000;
	outline: none;
	position: absolute;
	top: 95px;
	left: -114px;
	/*outline:1px solid green;*/
	border:none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  	/* IE 5-7 */
  	filter: alpha(opacity=50);
  	/* Netscape */
  	-moz-opacity: 0.5;
  	/* Safari 1.x */
  	-khtml-opacity: 0.5;
  	/* Good browsers */
 	 opacity: 0.5;
}

div.jSlider .slideprev:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  	/* IE 5-7 */
  	filter: alpha(opacity=70);
  	/* Netscape */
  	-moz-opacity: 0.7;
  	/* Safari 1.x */
  	-khtml-opacity: 0.7;
  	/* Good browsers */
 	 opacity: 0.7;

}

div.jSlider .slidenext {
	float: right;
	text-indent: -9999px;
	background: url(../img/right-navigation-button.png) no-repeat top right;
	width: 118px;
	height: 593px;
	margin-top: -95px;	
	outline: none;
	position: absolute;
	top: 95px;	
	right: -104px;
	z-index: 4000;
	border:none;
	/*outline:1px solid green;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  	/* IE 5-7 */
  	filter: alpha(opacity=50);
  	/* Netscape */
  	-moz-opacity: 0.5;
  	/* Safari 1.x */
  	-khtml-opacity: 0.5;
  	/* Good browsers */
 	 opacity: 0.5;
}

div.jSlider .slidenext:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  	/* IE 5-7 */
  	filter: alpha(opacity=70);
  	/* Netscape */
  	-moz-opacity: 0.7;
  	/* Safari 1.x */
  	-khtml-opacity: 0.7;
  	/* Good browsers */
  	opacity: 0.7;
}

div.jSlider {
	position: relative;
}

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

div.jSlider img {
	position: absolute;
	top: 0;
	left: 0;
	/*height: 593px; width: 974px;*/
}

/* 
            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 
        */
div.jSlider .titlecontrol {
	width: 100%;
	color: #fff;
	margin-top: -30px;
	position: absolute;
	z-index: 1000;
	min-height: 30px;
	height: 30px;
	max-height: 30px;
	overflow: hidden;
	font-family:rockwell, helvetica, arial
}

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

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

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

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

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

div.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;
}

div.jSlider .bulletcontrol a {
	cursor: pointer;
}

div.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;
}

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

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

