/*
Skin URI: http://nivo.dev7studios.com
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-hotel .nivoSlider {
    position:relative;
    width:900px;
    height:335px;
    margin-left:0px;
    background:url(loading.gif) no-repeat 50% 50%;
}
.theme-hotel .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:900px; /* Make sure your images are the same size */
    height:335px; /* Make sure your images are the same size */
}
.theme-hotel .nivoSlider a {
    border:0;
    display:block;
}

.theme-hotel .nivo-controlNav {
	position:absolute;
	left:5px;
	bottom:-30px;
}
.theme-hotel .nivo-controlNav a {
	display:block;
	width:18px;
	height:18px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
}
.theme-hotel .nivo-controlNav a.active {
	background-position:0 -18px;
}

.theme-hotel .nivo-directionNav a {
	display:block;
	width:57px;
	height:57px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-hotel a.nivo-nextNav {
	background-position:-57px 0;
	right:-20px;
}
.theme-hotel a.nivo-prevNav {
	left:-20px;
}

.theme-hotel a.nivo-nextNav:hover{
	background-position:-57px -57px;
	right:-20px
}
.theme-hotel a.nivo-prevNav:hover{
	background-position:0 -57px;
	left:-20px;
}

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

.theme-hotel .border {
    background:url(images/border.png) no-repeat;
    width:900px;
    height:335px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:80;
}