/*
Skin Name: Nivo Slider 456Market
Supports Thumbs: true
*/

.slider-wrapper.theme-456market{
	position: relative;
}
.theme-456market .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	z-index: 1;
}
.theme-456market .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-456market .nivoSlider a {
	border:0;
	display:block;
}
.theme-456market .nivo-controlNav {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	padding: 0;
	z-index: 9;
}
.theme-456market .nivo-controlNav.nivo-thumbs-enabled {
	position: relative;
	top: 0;
	right: 0;
	z-index: 9;
	margin-top: 10px;
}
.theme-456market .nivo-controlNav.nivo-thumbs-enabled a{
	margin: 0 5px -5px !important;
	padding: 2px;
	border: 1px solid #ebebeb;
}
.theme-456market .nivo-controlNav.nivo-thumbs-enabled a.active,
.theme-456market .nivo-controlNav.nivo-thumbs-enabled a:hover{
	border: 1px solid #ccc;
}
.theme-456market .nivo-controlNav.nivo-thumbs-enabled img{
	width: 100% !important;
    opacity: .7;
    filter: alpha(opacity=70);
}
.theme-456market .nivo-controlNav.nivo-thumbs-enabled a:hover img,
.theme-456market .nivo-controlNav.nivo-thumbs-enabled a.active img{
    opacity: 1;
    filter: alpha(opacity=100);
}
.theme-456market .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:20px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin:0;
}
.theme-456market .nivo-controlNav a.active {
	background-position:0 -20px;
}

.theme-456market .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	opacity: .65;
    filter: alpha(opacity=65);
}
.theme-456market .nivo-directionNav a:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}
.theme-456market:hover .nivo-directionNav a {
	opacity: .65;
    filter: alpha(opacity=65);
}
.theme-456market:hover .nivo-directionNav a:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}
.theme-456market a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-456market a.nivo-prevNav {
	left:15px;
}
.theme-456market .nivo-caption {
	color: #555;
	padding: 10px 15px; 
    /*font-family: Helvetica, Arial, sans-serif;*/
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.theme-456market .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-456market .nivo-caption a:hover {
    color:#fff;
}
.theme-456market .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-456market .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-456market .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}