
#frame {
	background: url(../img/frame.png) no-repeat;
	
	height:   637px;
	width:    858px;
}

#frame_content {
	font-size: 14px;
	font-weight: bold;
	height:   620px;
	width:    842px;
}

#ns_frame {
	background: url(../img/ns_frame.png) no-repeat;
	font-size: 14px;
	font-weight: bold;
	height:   680px;
	width:    858px;
}

#player {
	display:block;
	height:460px;
	width:768px;
	margin-left: 37px;
	position: relative;
	top: 18px;
	/*border: 1px solid black;*/
	/*margin-top: 37px;*/
}

h1 , h2 {
	cursor: default;
	margin: 0px;
	padding: 0px;
}
/*
.poweredby {
	color:     #444;
	cursor:    default;
	font-size: 10pt;
}

.copyright {
	color:     #444;
	cursor:    default;
	font-size: 11pt;
}

a.copyright {
	cursor:          pointer;
	text-decoration: none;
}

a.copyright:hover {
    color:           #999;
	text-decoration: underline;
}
*/
a.logo {
	border: 0px;
}

a.logo:link {
	border: 0px;
}
a.logo:visited {
	border: 0px;
}
a.logo:active {
	border: 0px;
}

img.logo, img.logo:link, img.logo:visited, img.logo:active {
	border: 0px;
}

div.mainFrame {
	/*border:             1px solid #0b71b1;*/
	border:             2px solid #281fa5;
	margin-top:         10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom:     12px;
	width:              798px;	
}

.slideshowButtonEnabled, .bottomButton {
	background-color: #88c6ef;
	border:             1px solid #281fa5;
	color:#281fa5;
	cursor:             pointer;
	font-family:		"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial;		
	font-size:          10pt;
	font-weight:        normal;
	margin-top:         10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top:        3px;
	padding-bottom:     3px;
	padding-left:       7px;
	width:              250px;
	text-align: 		center;
}

.bottomButton {
   height: 22px;
   width: 200px;
   padding-top: 8px;
}

.slideshowButtonEnabled:hover, .bottomButton:hover {
	background-color: #281fa5;
	color: #fff;
}

.slideshowButtonDisabled {
	background-color: none;
	border:             1px solid #281fa5;
	color:#281fa5;
	cursor:             default;
	font-family:		"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial;		
	font-size:          10pt;
	font-weight: normal;
	margin-top:         10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top:        3px;
	padding-bottom:     3px;
	padding-left:       7px;
	width:              250px;
	text-align: 		center;

}

div.scrollable {
   position: relative;
   overflow: hidden;
   width:    768px;
   height:   38px;
    
	background-color: transparent;
	border:             1px solid #281fa5;
   float:                 left;
   margin:                0px 0px 0px 5px;
   padding:               7px 0px 7px 0px;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
}

div.scrollable div.items {
    position: absolute;
    width:    20000em;
    height:   50px;
    clear:    both;
}

div.items a, div.noitems a {
	width:  117px;
	height: 25px;

	background-color: #88c6ef;
	border: 1px solid #281fa5;
	color: #281fa5;
	cursor: pointer;
   display: block;
   font-size: 12px;
   font-weight: normal;
	padding-top: 8px;
   text-align: center;
	text-decoration: none;
   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.items a {
	float:       left;
    margin-left: 8px;
}

div.items a:hover, div.noitems a:hover {
	background-color: #281fa5;
	color: #fff;
}

div.item a:hover {
	color:#ccc;	
}

div.items a.active, div.noitems a.active {
	border-width: 2px;
	cursor:default;
	font-weight: bold;
	height: 23px;
}

a.prev, a.next {
	width: 18px;
	height:18px;

	background-color: #88c6ef;
	border:           1px solid #281fa5;
	color: #281fa5;
   cursor:     pointer;
   display:    block;
   font-size:  10pt;	
   margin-top: 18px;
   text-align: center;
    
   -moz-border-radius:    5px;
	-webkit-border-radius: 5px;
}
a.prev {
    float: left;
    margin-left: 10px;
}
a.next {
    float: right;
    margin-right: 10px;
}
a.prev:hover, a.next:hover {
	background-color: #281fa5;
	color: #fff;
}
a.disabled {
	background-color: transparent;
}
a.disabled:hover {
	background-color: transparent;
	color: #281fa5;
    cursor: default;
}
