/*
	Ocean.css
	Copyright (c) 2012, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

.slider-content .ocean { 
	border: 9px solid #FFFFFF;
	margin: 0 auto 0;
	position: relative; 
	text-align: left;
	z-index: 80;
	/*zoom: 1;*/ 
}

.slider-content .ocean .images ul {
	border-spacing: 0;
	height: auto;
	left: 0;
	list-style: none;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 100%;
}

.slider-content .ocean .images ul li {
	float: left;
	font-size: 0;
	line-height: 0; /*opera*/
	padding: 0 !important;
	margin: 0 !important;
	width: 1%;
}

.slider-content .ocean .images {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%;
}

.slider-content .ocean .images a {
	color: transparent;
	display: block;
	width: 100%;
}

.slider-content .ocean img {
	max-width: none !important;
}

.slider-content .ocean .images img {
	border: none 0;
	max-width: none;
	width: 100%;
}

.slider-content .ocean a { 
	border: none; 
	outline: none; 
	text-decoration: none; 
}

.slider-content .ocean .bullets { 
	float: left;
	font-size: 0; 
	position: absolute;
	z-index: 70;
}

.slider-content .ocean .bullets div {
	float: left;
	position: relative;
}

.slider-content .ocean a.wsl {
	display: none;
}

.slider-content .ocean .bullets { 
	padding: 5px; 
}

.slider-content .ocean .bullets a { 
	background: url("Images/SliderOceanBullet.png") left top;
	color: transparent;
	float: left; 
	height: 10px;
	margin-left: 5px;
	position: relative;
	text-indent: -1000px; 
	width: 10px;
}

.slider-content .ocean .bullets a.selbull,
.slider-content .ocean .bullets a:hover {
	background-position: 0 100%;
} 

.slider-content .ocean a.next,
.slider-content .ocean a.prev {
	background-image: url("Images/SliderOceanArrows.png");
	display: none;
	height: 37px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 60;
}

.slider-content .ocean a.next {
	background-position: 100% 0;
	right: 21px;
}

.slider-content .ocean a.prev {
	background-position: 0 0; 
	left: 21px;
}

* html .slider-content .ocean a.next,
* html .slider-content .ocean a.prev {
   display: block;
}

.slider-content .ocean:hover a.next,
.slider-content .ocean:hover a.prev {
   display: block;
}

.slider-content .ocean .bullets {
    right: 6px;
    top: 6px;
}

.slider-content .ocean .title {
	-moz-border-radius: 2px;
	/*-webkit-border-radius: 2px;*/
	background: #FFFFFF;
	border-radius: 2px;
	bottom: 18px;
	color: #16B6FF;
	display: block;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);*/
	/*font-family: Tahoma,Arial,Helvetica;*/
	font-size: 15px;
	left: 20px;
	margin-right: 25px;
	opacity: 0.8;
	padding: 7px;
	position: absolute;
	z-index: 50;
}

.slider-content .ocean .title div {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
}

.slider-content .ocean .images ul {
   /*
	-webkit-animation: wsBasic 5s infinite;
	animation: wsBasic 5s infinite;
	-moz-animation: wsBasic 5s infinite;
   */
}

.slider-content .ocean .bullets a img {
   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
   border: 4px solid #FFFFFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	display: block;
	left: -64px;
	position: absolute;
	text-indent: 0;
	top: 16px;
	visibility: hidden;
}

.slider-content .ocean .bullets a:hover img {
	visibility: visible;
}

.slider-content .ocean .bulframe div div {
	height: 48px;
	overflow: visible;
	position: relative;
}

.slider-content .ocean .bulframe div {
	background-color: #FFFFFF;
	left: 0;
	overflow: hidden;
	position: relative;
	width: 128px;
}

.slider-content .ocean .bullets .bulframe {
   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
   border: 4px solid #FFF;
	cursor: pointer;
	display: none;
	overflow: visible;
	position: absolute;
	top: 18px;
}

.slider-content .ocean .bulframe span {
	background: url("Images/SliderOceanThumbIndicator.png");
	display: block;
	height: 6px;
	margin-left: -7px;
	position: absolute;
	top: -10px;
	width: 15px;
}