/* theme-default */

.theme-default .artSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .artSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width:	70px;
	height:	33px;

} 
.theme-default .artSlider a {
	border:0;
	display:block;
}

.theme-default .art-controlNav {
    bottom: -42px;
    position: absolute;
}
.theme-default .art-controlNav a {
	display:block;
	width:70px;
	height:33px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .art-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .art-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.art-nextNav {
	background-position:-37px 0;
	right:15px;
	width:37px;
	height:37px;
}
.theme-default a.art-prevNav {
    height: 37px;
    left: 15px;
    width: 37px;
}

.theme-default .art-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .art-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .art-caption a:hover {
    color:#fff;
}




/* The Art Slider styles */
.artSlider {
	position:relative;
}
.artSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.artSlider a.art-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.art-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.art-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.art-caption {
	position:absolute;
	left:0px;
	top:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.art-caption p {
	padding:5px;
	margin:0;
}
.art-caption a {
	display:inline !important;
}
.art-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.art-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.art-prevNav {
	left:0px;
}
.art-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.art-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	border: 1px solid #4A4A4A;
}
.art-controlNav a.active {
	font-weight:bold;
}
.art-controlNav {
	position:absolute;
	left:29%;
	bottom:-70px;
}
.art-controlNav img {
        z-index: 11;
        display:inline;
        position:relative;
        margin-right:10px;
    }
.art-controlNav a.active img{
	-moz-box-shadow: 0 1px 5px 0 #4A4A4A;
	-webkit-box-shadow: 0 1px 5px 0 #4A4A4A;
	box-shadow: 0 1px 5px 0 #4A4A4A;
	border: 1px solid white;
}
.art-controlNav a.active {
    opacity: 1; 
    z-index: 10;
}
.art-controlNav a:hover {
	background: none;
	text-decoration: none; 
	opacity: 0.9; 
}



/*====================*/


.theme-default #slider {
    margin:0px auto 0 auto;
    width:960px; /* Make sure your images are the same size */
    height:540px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
