/* 

jFlow Plus Demo CSS 

Description: Demonstation CSS for jFlow Plus
Creator: Devin Walker
Date: July 29, 2010


*/
#jfSlider {
	width: 1150px;
	height: 340px;
	margin-top:24px;
}

#jFlowContainer {
	width: 1150px;
	height: 340px;
	position: relative;
	margin: 0 auto;
	background: rgb(241, 241, 241);
	border: 1px solid #cccccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* для IE6-9 */
    background: -moz-linear-gradient(top, #ffffff 0%, rgb(250, 250, 249) 20%, rgb(241, 241, 241) 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, rgb(250, 250, 249) 20%, rgb(241, 241, 241) 100%);
    background: -o-linear-gradient(top, #ffffff 0%, rgb(250, 250, 249) 20%, rgb(241, 241, 241) 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, rgb(250, 250, 249) 20%, rgb(241, 241, 241) 100%);
    background: linear-gradient(top, #ffffff 0%, rgb(250, 250, 249) 20%, rgb(241, 241, 241) 100%);

}

.jFlowNext div {
	background: url("/images/arrr.png");
	height: 46px;
	position: absolute;
	top: 128px;
	right: 56px;
	width: 33px;
	cursor: pointer;
}

.jFlowPrev div {
	background: url("/images/arrl.png");
	height: 46px;
	position: absolute;
	top: 128px;
	left: 56px;
	width: 33px;
	cursor: pointer;
}