/* magee.css */
.details-main {
	height: 310px;
}
.details-main .images{
	margin-right: 10px;
	float: left;
	width: 320px;
	height: 320px;
	position: relative;
}
#img_big {
	width: 320px;
	height: 240px;
	overflow: hidden;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
#img_big img{
	width: 320px;
}
#img_slider {
	width: 320px;
	height: 60px;
	overlay: hidden;
}
div.jMyCarousel {
	overflow:hidden;
    overflow-x: hidden;
	height: 60px;
    width: 320px;
	position: relative;
}
div.jMyCarousel .ul{
	margin:0;
	padding: 0;
	overflow:hidden;
	overflow-x:hidden;
	height: 60px;
	white-space:nowrap;
	display:block;
	position: absolute;
}
div.jMyCarousel .ul .li{
	margin:0px;
	border-width:1px;
	border-style:solid;
	line-height:0px;
	padding:0px;
	display:inline;
	list-style-type:none;
}

div.jMyCarousel .ul .li img{
	display:block;
	border:0px;
}

.hotel-info {
	/*width: 320px;
	height: 210px;*/
	float: left;
}
.switch {
	height: 26px;
}




.pic, .vid, .kli, .map {
   width:90px;
   text-align:center;
   padding:5px 0;
   cursor:pointer;
}
.switch .spacer {
   height:10px;
   width:1px;
   float: left;
}

.menu {float:left;}

#imgslide {
	position:relative;
    overflow:hidden;
 	height:500px;
	width:320px;
}
.imgthumb{
	cursor: pointer;
	float:left;
	margin: 3px 3px 0 0;
}
#image {
 height:235px; 
}
#klimaImage {
 height:716px ;
 border: none;
}

#ContentImage
{
  position:absolute;
  top:130px;
  left:10px;
  padding-top:8px;
  height:730px;
  overflow:hidden;
  display:block;
}
#subcontent, #ContentKlima, #ContentVideo, #ContentMap {
  position:absolute;
  top:60px;
  left:10px;
  width:98%;
  display:block;
  overflow: auto;
  height: 200px;
}
#ContentVideo, #ContentKlima, #ContentMap {
  display:none;
}
#ContentMap {
  height: 620px;
}

#info {
height:545px;
overflow:hidden;
}
#info_weather {
padding:0 20px 0 10px;
position:relative;
}
#nav {
font-size:11px;
float:left;
width:180px;
}
#nav .point {
border-style:solid;
border-width:1px 0 1px 1px;
cursor:pointer;
margin-bottom:8px;
padding:5px;
}
#nav .over, #info_weather #nav .selected {
background-color:#CCCCCC;
}
#diag {
border:1px solid #CCCCCC;
float:left;
height:160px;
padding-left:5px;
width:361px;
}
.month {
float:left;
height:160px;
margin-right:5px;
position:relative;
text-align:center;
width:25px;
}
.cont {
bottom:0;
position:absolute;
width:25px;
}
.value {
bottom:0;
height:0;
position:relative;
}
.value.day {
background-color:#FF3300;
border:1px solid #CC3300;
}
.value.water {
background-color:#3399FF;
border:1px solid #0066CC;
}
.value.night {
background-color:#9966CC;
border:1px solid #9900CC;
}
.value.sunshine {
background-color:#FFCC00;
border:1px solid #FF9900;
}
.value.rainday {
background-color:#00FFCC;
border:1px solid #33CCCC;
}

#tourContent {
    overflow: auto;
}
#tourContent p {
    margin: 0;
    font-size: 12px;
}
#tourContent table {
    width: 100%;
}
#tourContent td {
    vertical-align: top;
    padding: 2px;
}
#tourContent .align-right {
    font-weight: bold;
    width: 20%;
    text-align: right;
}

/* EO magee.css */