/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*===================*/
/*=== Main Styles ===*/
/*===================*/
Photo_Gallery img
{
    border:0;

    }
#Photo_Gallery #dev7link {
    position:absolute;
    top:0;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#Photo_Gallery #slider-wrapper {
    width:378px;
    height:372px;
    margin:0 auto;
    padding-top:1px;
    margin-top:0px;
        margin-left:100px;
}

#Photo_Gallery .slider_area{
	position:relative;
    width:370px;
    height:370px;
    margin-left:-101px;
	background:#000000;
}
#Photo_Gallery .slider_area img {
	position:absolute;
	width:370px;
	top:370px;
	left:0px;
	display:none;
}
#Photo_Gallery .slider_area a {
	border:0;
	display:block;
}

#Photo_Gallery .nivo-controlNav {
	position:absolute;
	left:10px;
	bottom:-42px;
}
#Photo_Gallery .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
#Photo_Gallery .nivo-controlNav a.active {
	background-position:0 -22px;
}

#Photo_Gallery .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
#Photo_Gallery a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
#Photo_Gallery a.nivo-prevNav {
	left:15px;
}

#Photo_Gallery .nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
#Photo_Gallery .nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
#Photo_Gallery .clear {
	clear:both;
}