#bottom-modules {
	margin: 0 0px;
}

hr {
	clear: both;
	height: 0;
	border: 0;
	display: none;
}

/* The toolbar for the content box */
#rokslide-wrapper del {
	text-decoration: none;
	clear: both;	
}

ul#rokslide-toolbar {
  display: table;
  padding: 0; 
  margin: 0 auto; 
  list-style-type: none;
  white-space: nowrap;
}


#rokslide-toolbar li {
	display: table-cell;
	height: 33px;
	line-height: 33px;
	font-weight: bold;
}

#rokslide-toolbar span {
	cursor: pointer;
	padding: 0 19px 0 15px;
	display: block;
	width: auto;
	text-decoration: none;
}
	
div#frame {

	position: relative;
	overflow: hidden;
	z-index: 1;
}
	
div#frame div.button {
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	top: 40%;
}

div#frame div.button#left {
	left: 10px;
}

div#frame div.button#right {
	right: 10px;
}

div#frame div.button#left:hover, div#frame div.button#left.hover,
div#frame div.button#right:hover, div#frame div.button#right.hover{
	background-position: 0 -50px;
}

#scroller {
	margin: 0 auto;
	overflow: hidden;
}

.tab-pane {
	margin: 0 20px;
	float: left;
	overflow: hidden;
}

/* @group RokSlide */

#rokslide-wrapper .tab-pane .padding {
	padding: 10px;
}

#rokslide-wrapper {
	/* background: #121212 url(images/slide_box/bottom-bg.png) 0 0 repeat-x; */
	width: 100%;
	color: #FFFFFF;
}

#rokslide-toolbar li.active { 
	color: #fff;
}

#rokslide-toolbar li.current { 
	background: url(images/slide_box/tab-active-r.png) 100% 0 no-repeat;
	color: #ccc;
}

#rokslide-toolbar li.current span {
	background: url(images/slide_box/tab-active-l.png) 0 0 no-repeat;
}

#rokslide-toolbar li {
	background: url(images/slide_box/tab-r.png) 100% 0 no-repeat;
	color: #999;
}

#rokslide-toolbar li span {
	background: url(images/slide_box/tab-l.png) 0 0 no-repeat;
}

div#frame {
	text-align: left;

}

div#frame div.button#left { 
	background: url(images/slide_box/tabs-prev.png) 0 0 no-repeat;
	border: none;
}

div#frame div.button#right { 
	background: url(images/slide_box/tabs-next.png) 0 0 no-repeat;
	border: none;
}

#frame div.module {
	float: left;
}

#frame .module div {
	padding-right: 10px;
}

#frame .module div div {
	padding: 0;
}


#frame .mmpr-1 .module {
	width: 100%;
}

#frame .mmpr-2 .module {
	width: 50%;
}

#frame .mmpr-3 .module {
	width: 33%;
}

#frame .mmpr-4 .module {
	width: 25%;
}

#frame .mmpr-5 .module {
	width: 20%;
}

.center2
{ 
margin-left: auto;
margin-right: auto;
}

#bg-bottom,
#bg-bottom-overlay  {
	width: 100%;
}

#bg-bottom-ie,
#bg-bottom-overlay-ie  {
	display: none;
}
#bg-bottom-overlay {
	background: url(images/slide_box/bottom-bg-overlay.png) 0 100% repeat-x;
}

#body-shadow-left {
	background: url(images/slide_box/main-shadow-left.png) 0 0 no-repeat;
}

#body-shadow-right {
	background: url(images/slide_box/main-shadow-right.png) 100% 0 no-repeat;
}

#bottommodules {
	overflow: hidden;
}
div#bottom {
	padding-bottom: 30px;
	overflow: auto;
}
