#onrpg-hotbox-widget {
	position: relative;
	margin-bottom: 10px;
}
#onrpg_hotbox {
  position: relative;
/*
  border-top: 1px solid #333;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
*/
  float: left;
  overflow: hidden;
}

#hotbox_thumbs {
/*
  border-left: solid 1px #333;
  margin: 1px 0px 1px 2px;
*/
  float: left;
}

#hotbox_thumbs ul, #hotbox_items ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#hotbox_thumbs ul li img {
  width: 140px;
  height: 58px;
}

#hotbox_thumbs ul li {
  position: relative;
  cursor: pointer;
  list-style: none;
  margin: 0px;
  padding: 1px;
  height: 58px;
  margin-bottom: 4px;
/*
  border-bottom: 3px solid #333;
  border-right: 1px solid #333;
  border-top: 0px solid #333;
  border-left: 3px solid #333;
*/
  overflow: hidden;
}

#hotbox_thumbs #thumb_0 {
  padding-top: 0px;
}

#hotbox_thumbs #thumb_1 {
/*
  border-bottom-width: 4px;
*/
}

#hotbox_thumbs #thumb_3 {
/*
  border-bottom: 0px;
*/
  padding-bottom: 0px;
}

#hotbox_thumbs ul li.selected {
  width: 140px;
  height: 58px;
  overflow: hidden;
}

#hotbox_thumbs ul li.selected img.thumb {
  width: 140px;
}

#hotbox_items {
  position: relative;
  float: left;
  z-index: 9997;
  width: 515px;
  margin-left: 4px;
  margin-right: 12px;
  height: 250px;
/*
  border-color: #333;
  border-left: 1px solid #333;
*/
  overflow: hidden;
}
#hotbox_items ul li{
	height: 250px;
	overflow: hidden;
	position: relative;
}
#hotbox_items ul li div {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: white;
	padding: 10px;
	font-size: 11px;
	line-spaceing: 5px;
	text-decoration: none !important;
	width: 495px;

background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 1%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(1%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 1%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 1%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 1%,rgba(0,0,0,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 1%,rgba(0,0,0,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */

}
#hotbox_items a {
	text-decoration: none;
}
#hotbox_items .full_image {
  height: 250px;
  width: 515px;
}

#onrpg_hotbox div {
    font-size: 12px;
    line-height: 12px;
    font-family: Tahoma;
}

#hotbox_items ul {
    position: absolute;
    top: 0px;
}
#hotbox_items ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#hotbox_items ul li div .more-text {
    font-weight: bold;
    text-decoration: underline;
}

br.clear {
  clear: both;
}

#hotbox_thumbs ul li img.arrow {
  position: absolute;
  right: 0px;
  top: 12px;
  z-index: 999;
  display: none;
}
