/* Index Promos */

#Promotions {
	width: 860px;
	height: 155px;
	margin:0 auto;
	padding:5px 0 0 30px;
}
#btnLeft {
	position: absolute;
	width:25px;
	top:0px;
	left:0px;
	z-index:2
}
#btnRight {
	width:25px;
	position: absolute;
	top:0px;
	right:0px;
	z-index:3;
}
/* Gallery Styles */

#motioncontainer {
margin:0; 
width: 830px; /* Set to gallery width, in px or percentage */
height: 155px; /* Set to gallery height */
}

#motioncontainer a img {
border: 2px solid #7E0009; /* Set image border color */
}

#motioncontainer a:hover img {
border: 2px solid #7E0009; /* Set image border hover color */
}

#statusdiv {
color:#FFFFFF;
background-color: #7E0009;
border: 1px solid #B29D6A;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */


/*DREAMCATCHER*/

#playlistTable{ 
	border:1px solid #7F0009;
	border-collapse: collapse;
}
#playlistTable p{ 
	padding:0px 8px;
}

thead {
	border-top: 1px solid #7F0009;
	/*border-bottom: 1px solid #000000;	*/
}

thead tr:hover {
	background-color: transparent;
	color: inherit;
}
th {
	background: url(../images/gen/header-back.gif) repeat-x left top; 
	text-align: center;
	color:#ffffff; 
	font-weight:bold;
	height:25px;
}

.odd {
	background-color: #ac9a6a;
}

#playlistTable tr:hover {
	background-color: #907B45;
	color: #FFF;
}

