/*
Skin Name: Nivo Slider theme1203
Skin URI: http://www.solagirl.net
Version: 1.0
Author: ThemeForest
Author URI: http://themeforest.net/item/mindset-html-portfolio-magazine-template/full_screen_preview/110789
*/
.theme-theme1204 {
	height: 423px;
    margin: 20px auto 0;
    padding: 0;
    position: relative;
    width: 940px;
}
.theme-theme1204 .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
	overflow:hidden;
}
/* The slices and boxes in the Slider */
.theme-theme1204 .nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.theme-theme1204 .nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */

.theme-theme1204 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-theme1204 .nivoSlider a {
	border:0;
	display:block;
}

.theme-theme1204 .nivo-controlNav {
	bottom: 19px;
    height: 16px;
    left: 13px;
    position: absolute;
    width: 900px;
}
.theme-theme1204 .nivo-controlNav a {
	background: url("slideshow_points.png") no-repeat 0 0;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block !important;
    font-size: 0;
    height: 16px;
    margin-right: 6px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 16px;
    z-index: 99;
}
.theme-theme1204 .nivo-controlNav a:hover,
.theme-theme1204 .nivo-controlNav a.active {
	background-position:0 -16px;
}

.theme-theme1204 .nivo-directionNav a {
	display:none;
}
.theme-theme1204 a.nivo-nextNav {
}
.theme-theme1204 a.nivo-prevNav {
}

.theme-theme1204 .nivo-caption {
	background: #000000;
    color: #FFFFFF;
	font-family:'Lato',arial,serif;
    height: 211px;
    left: -450px;
    padding: 0 50px 0 32px;
    position: absolute;
    top: 121px;
    width: 317px;
    z-index: 89;
}
.theme-theme1204 .nivo-caption a {
    color:#fff;
    text-decoration:none;
}
.theme-theme1204 .nivo-caption a:hover {
    color:#fff;
}
.theme-theme1204 .nivo-caption p {
	color:#919293;
    margin:0;
}
.theme-theme1204 .nivo-caption h2 {
    color: #FFFFFF;
    font-size: 1.85em;
    line-height: 1.25em;
    margin-bottom: 0.6em;
    padding: 32px 0 0;
}
.theme-theme1204 .nivo-html-caption {
	display:none;
}



/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

/*===================*/
/*=== Main Styles ===*/
/*===================*/

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#wrapper {
	width:85%;
	margin:10px auto;
    overflow: hidden;
}
#header {
	margin:10px auto;
	border-bottom:3px solid #999999;
}
#dev7link {
    background:url(demo/images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
	float:left;
    text-indent:-9999px;
}
h1.main-title {
	color:#000000;
	font-size:3em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	float:left;
	margin-left:25px;
	padding-bottom:0;
	margin-bottom:5px;
	line-height:2;
}
.nivo-thumbnail-box {
	display:inline-block;
	float:none;
	padding: 5px;
	margin:0 10px 20px 0;
	vertical-align:top;
	width:200px;
}
#ie7 .nivo-thumbnail-box {
	display:inline;
	line-height:150%;
}
#ie6 .nivo-thumbnail-box {
	display:block;
	height:130px;
	float:left;
}
.nivo-thumbnail {
	float:none;
	text-align:center;
}
.nivo-thumbnail img {
	display:inline;
	border:none;
}
.nivo-thumbtitle {
	margin-top:15px;
	line-height:1.5;
	text-align:center;
}
.nivo-thumbtitle a {
	color:#666666;
	font-size:12px;
}
.nivo-thumbtitle a:hover {
	color:#333333;
}

#preview{
	position:absolute; 
	border:1px solid #000000; 
	background:#FFFFFF;
	padding:40px 20px;
	display:none;
	color:#000000;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}