/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
		color: #fedff2;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
		color: #fedff2;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
.ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
}
.ui-tabs-nav li {
	margin: 0 0 0 0px;
	min-width: 165px; /* be nice to Opera */
	width: 165px;
	height: auto;
	max-height: 109px;
	background-color: #fedff2;
	border-top: solid 1px #efc0dd;
	padding-top: 12px;
	padding-bottom: 12px;
	list-style: none;
	overflow: hidden;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
	display: block;
	padding-left: 4px;
	padding-right: 4px;
}
.ui-tabs-nav a {
	margin: 0px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 0;
	color: #888888;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	white-space: wrap; /* required in IE 6 */    
	outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	top: 0px;
	z-index: 2;
	margin-top: 0;
	color: #ec008c;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
.ui-tabs-disabled {
	opacity: .4;
	filter: alpha(opacity=40);
}
.ui-tabs-panel {
	position: absolute;
	top: 0px;
	margin-left: 166px;
	width: 640px;
	height: 360px;
	padding: 0;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}

#rotate {
	width: 640px;
	height: 360px;
	overflow: hidden;	
}

#rotate ul {
	list-style: none;	
}
#rotate ul  li{
	list-style: none;	
	padding-top:2px;
}
