/*Slider Style*/
/*+clearfix {*/
#slider:after, UL.pxs_thumbnails:after, .pxs_actions:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#slider, UL.pxs_thumbnails, .pxs_actions
{
	display: inline-block;
}
#slider, UL.pxs_thumbnails, .pxs_actions
{
/*\*/
	display: block;
/**/
	-height: 1px;
}
/*+}*/
#wrapperTest{
	background-color: #0f0;
}
BODY
{
	margin: 0;
}
/*[clearfix]*/#slider
{
	width: 700px;
	height: 355px;
	position: relative;
	display: block;
	overflow: hidden !important;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -5px;
	top: 0px;
}
.pxs_bg
{
	background: transparent url(images/bg.png) repeat top left;
	height: 100%;
}
.pxs_bg DIV
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 7584px;
/*1264px window width times number of images*/
	height: 500px;
	background-repeat: repeat;
	background-position: top left;
	background-color: transparent;
}


/* .pxs_slider_wrapper buckle up edit- removed for IE 8 issue
{
	display: none;
}*/
UL.pxs_slider
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 420px;
	width: 100%;
	padding: 0;
	margin: 0;
}
UL.pxs_slider LI
{
	float: left;
	list-style: none;
	position: relative;
	left: 0px;
	text-align: center;
	margin-top: 10px;
}
UL.pxs_slider LI IMG
{
	display: inline-block;
	text-align: center;
}
#thumbailContainer{
	position: absolute;
	top: 305px;
	width: 100%;
	padding: 0;
}
/*[clearfix]*/UL.pxs_thumbnails
{
	margin: 0px auto 0px auto;
}
UL.pxs_thumbnails LI
{
	float: left;
	display: inline;
	margin-left: 3px;
}
UL.pxs_thumbnails LI IMG
{
	cursor: pointer;
	/*+opacity:70%;*/
	filter: alpha(opacity=70);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	display: block;
	padding: 2px;
}
UL.pxs_thumbnails LI IMG:hover{
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
UL.pxs_thumbnails LI.selected IMG
{
	/*+opacity:100%;*/
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border: 2px solid #ed2024;
	padding: 0px;
}
.pxs_navigation SPAN
{
	width:25px;
	height:289px;
	position:absolute;
	top: 10px;
	cursor:pointer;
}
.pxs_navigation SPAN.pxs_prev
{
	background:transparent url(http://www.krock.com/wp-content/themes/krock/images/homeSlider/homeSliderButtons2.gif) no-repeat top center;
	background-position: -25px 0px;
}
.pxs_navigation SPAN.pxs_next
{
	background:transparent url(http://www.krock.com/wp-content/themes/krock/images/homeSlider/homeSliderButtons2.gif) no-repeat top center;
	background-position: 0px 0px;
}
.pxs_navigation SPAN.pxs_next:hover
{
	background-position: 0px -289px;
}
.pxs_navigation SPAN.pxs_prev:hover
{
	background-position: -25px -289px;
}
.pxs_loading
{
	color: #FFF;
	font-size: 20px;
	padding: 15px 15px 15px 50px;
	position: absolute;
	background: #333 url(../images/sliderImages/ajax-loader.gif) no-repeat 10px 50%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	opacity: 0.7;
	width: 180px;
	position: absolute;
	top: 133px;
	left: 50%;
	margin-left: -120px;
}
/*[clearfix]*/.pxs_actions
{
	/*+placement:anchor-bottom-left 10px 10px;*/
	position: absolute;
	left: 640px;
	bottom: 66px;
	display: block;
	width: 38px;
}
.pxs_pause, .pxs_play
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px solid #FFFFFF;
	width: 20px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	/*+opacity:70%;*/
	filter: alpha(opacity=70);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor: hand;
	text-indent: -10000em;
	background-image: url(../images/sliderImages/play_pause.png);
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	height: 20px;
	background-repeat: no-repeat;
}
.pxs_pause:hover, .pxs_play:hover
{
	border-color: #828282;
	background-color: #FFF;
	background-repeat: repeat;
}
.pxs_pause
{
	background-position: -15px -10px;
}
.pxs_pause:hover
{
	background-position: -15px -21px;
}
.pxs_play
{
	background-position: 2px -10px;
}
.pxs_play:hover
{
	background-position: 2px -21px;
}
