/*
Skin Name: Orman Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Description: A light and green skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Orman Clark
Author URI: http://dev7studios.com
*/

.theme-lateral.slider-wrapper{
background: transparent;
width:300px;
height:165px;
margin:0 auto;
padding:0;
position:relative;
z-index: 100;
}

.theme-lateral .nivoSlider {
position:relative;
width:300px;
height:165px;
background:url(loading.gif) no-repeat 50% 50%;
z-index: 0;
}

.theme-lateral .nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
width:300px;
height:165px;
}

.theme-lateral .nivoSlider a {
border:0;
display:block;
}

.theme-lateral .nivo-controlNav {
position:absolute;
left: 93%;
top: 5px;
margin-left:-30px; /* Tweak this to center bullets */
}

.theme-lateral .nivo-controlNav a {
display:block;
width:10px;
height:10px;
background:url(bullets-lateral.png) no-repeat;
text-indent:-9999px;
border:0;
margin-right:3px;
float:left;
}

.theme-lateral .nivo-controlNav a.active {
background-position:0 -10px;
}

.theme-lateral .nivo-directionNav a {
display:block;
width:14px;
height:24px;
background:url(arrows-lateral.png) no-repeat 0% 50%;
text-indent:-9999px;
border:0;
bottom:20px;
z-index: 999;
}

.theme-lateral a.nivo-nextNav {
background-position:100% 50%;
right:0px;
padding-right:20px;
}

.theme-lateral a.nivo-prevNav {
left:0px;
padding-left:20px;
}

.theme-lateral .nivo-caption{
background: transparent;
font-family: Helvetica, Arial, sans-serif;
margin-bottom: -40px;
}

.theme-lateral .nivo-caption a,
.theme-lateral .nivo-caption a:visited{
background: transparent;
color: #fff !important;
text-decoration: none !important;
}

.theme-lateral .nivo-caption a:hover{
text-decoration: underline !important;
}
