.widget {
	width: 493px;
	/*    width: 220px; */
	height: 125px;
/*	border: solid 1px black;
	background-color: #CCCCCC; */
}
.SlidingPanels {
	width: 500px;
	/*  width: 220; */
	height: 125px;
	overflow: visible;
	position: relative;
	float: left;
	padding: 0px;
}
.SlidingPanelsContainer {
	width:8000em;
	height:230px;
	position: absolute;
	float:left;
	margin: 0px;
	padding: 0px;
}
.SlidingPanelsContent {
	/* width: 250px; */
	width: 130px;
	height: 230px;
	float: left;
}
.content {
	/* width: 241px; */
	width: 120px;
	height: 200px;
	float: left;
	overflow: hidden;
        padding: 3px;
/*	border-right: solid 1px #999999; */
}
.panelnav {
	clear: both;
	height: 42px;
	width: 75px;
}
.left {
	text-align: left;
	margin-left: 4px;
}
.right {
	text-align: right;
	margin-right: 4px;
}
.info {
  clear: both;
}

.caption {
  font-size: 9px;
  font-weight:normal;
  clear: both;
  height: 30px;
  padding-right: 11px;
  padding-left: 0x;
}

.mainDesc2{
  float: clear;
  margin-top: 2;
  font-size: 14px;
  font-weight:bold;
  text-align:center;
  clear: both;
  height: 30px;
  padding-right: 2px;
  padding-left: 2px;
}



/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: white;
	text-decoration: none;
}

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url('demo/images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 url('demo/images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666 url('demo/images/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}
