
/* start of home.css */

.welcome .col2,
.welcome .col3 {
	float: left;
	padding-right: 25px;
    margin-bottom: 20px;
}
.welcome .col2 img {
	border-radius: 5px;
}
.welcome .col2 {
	width: 45%;
}
.welcome .col3 {
	width: 32.9%;
}

.welcome .welcome-text {
	font-size: 16px;
	margin: 9px 0;
	color: #444;
}

.welcome .whats-new {
    width: 31%;
    float: left;
}


#sliderContainer { width: 958px; height: 340px; position: relative; border-top: 5px solid #999; border: 2px solid #FFF; border-radius: 6px; }
.slideContent {  background:url("/plugins/jflowplus/images/contentBg.png") repeat scroll 0 0 transparent; position: absolute; bottom:0px; right:0px; padding: 10px; width: 938px; border-radius: 0 0 6px 6px}
.slide h3 {  font: 26px/1em 'Rokkitt', serif; color: #FFF;  margin: 0 0 5px 0; }
.slide p { font-size: 14px; color: #FFF; margin: 0; }
.jFlowSlideContainer { overflow: hidden; }
.jFlowSlideContainer a { color: #F90; text-decoration: none; font-style: italic; }
.jFlowSlideContainer a:hover { text-decoration: none; }
.jFlowSlideContainer a:focus { position: relative; top: 1px; }
.jFlowNext { background:url("/plugins/jflowplus/images/arrows.png") no-repeat scroll 0 -35px transparent; height:130px; position:absolute; top:75px; right: -50px; width:50px; cursor:pointer; }
.jFlowPrev { background:url("/plugins/jflowplus/images/arrows.png") no-repeat scroll -84px -35px transparent; height:130px; position:absolute; top:75px; left: -50px; width:50px; cursor:pointer; }
.jFlowPrev:hover { background-position: -84px -235px; }
.jFlowNext:hover { background-position: 0px -235px; }


/* controller pagination */
#myController {position: absolute; top: 5px; right: 5px; }
.jFlowControl { background:url("/plugins/jflowplus/images/bullet.png") no-repeat scroll 0px 0px transparent;  float: left; width: 15px; height: 15px;}
.jFlowControl:hover { background-position: -32px 0px; cursor: pointer; }
.jFlowSelected, .jFlowSelected:hover {background-position: -15px 0px;   }

/* Override download.css for the file list */
#downloadlist {
    font-size: 10px;
    line-height: 1.1em;
}
#downloadlist .dl-name {
    width: 100%;
}

#downloadlist .dl-size, #downloadlist .dl-date {
    width: 50%;
    color: rgb(172, 176, 180);
    margin-top: 3px;
}


/* end of file */
