/*===========================================*/
/*=== DMXzone Plastic Nivo Slider Styles ===*/
/*===========================================*/

.theme-plastic.slider-wrapper {
	position: relative;
	border: 5px solid #fff;

	-webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 7px rgba(0, 0, 0, .2);
}

.theme-plastic .nivoSlider {
	background: #fff url(loading.gif) no-repeat 50% 50%;
}

.theme-plastic .nivoSlider img {
	display: none;
}

.theme-plastic .nivoSlider a {
	border: 0;
	display: block;
}

.theme-plastic .nivo-controlNav {
	position: absolute;
	width: auto;
	max-width: 95%;
	bottom: -1px;
	right: 0;
	background: rgba(255, 255, 255, .65);
	border: 1px solid #fff;
	border-right: 0;
	padding: 5px 5px 0 5px;
	border-radius: 5px 0 0 0;
	text-align: left;
	z-index: 9;
}

.theme-plastic .nivo-controlNav a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
}

*:first-child+html .theme-plastic .nivo-controlNav a {
	/*ie7 hack */
	text-indent:0;
	line-height:0;
	font-size:0;
	overflow:hidden
}

.theme-plastic .nivo-controlNav a.active {
	background-position: -20px 0;
}

.theme-plastic .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin: 3px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	border: 1px solid #fff;
	float: none;
}

.theme-plastic .nivo-controlNav.nivo-thumbs-enabled a.active {
	border-color: #090;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.theme-plastic .nivo-controlNav.nivo-thumbs-enabled a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.theme-plastic .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: auto;
	max-height: 50px;
}

.theme-plastic .nivo-directionNav a {
	display: block;
	width: 44px;
	height: 44px;
	background: url(arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.theme-plastic:hover .nivo-directionNav a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.theme-plastic a.nivo-nextNav {
	background-position: -44px 0;
	right: 15px;
}

.theme-plastic a.nivo-prevNav {
	left: 15px;
}

.theme-plastic .nivo-caption {
	top: 0;
	bottom: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background: rgba(255, 255, 255, .65);
	border-bottom: 1px solid #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-shadow: none;
}

*:first-child+html .theme-plastic .nivo-caption {
	/*ie7 hack */
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
}

.theme-plastic .nivo-caption a,.theme-plastic .nivo-caption a:hover {
	color: #090;
}

.theme-plastic .nivo-caption h4 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;
}

.theme-plastic .nivo-caption p {
	margin: 0;
	padding: 0;
	color: #333;
}
