body {margin:20px; background:#000; font-family:Arial; font-size:15px; color:#fff;}

.txtField {border:1px solid #19322d; font-size:12px; font-family:Arial; width:250px;}

p {margin:0px; padding:0px;}
li {padding-bottom:20px;}

#galleryItems img {border:5px solid #19322d;}
#galleryItems img:hover {border:5px solid #ffffff;}


/* @group RokFlow */

#rokflow, #rokflow #loader {
	overflow: hidden;
	position: relative;
	width: 680px;
	height: 180px;
	background: 50% 50% no-repeat url(loader.gif);
}

#rokflow, #rokflow * {
	margin:0; padding:0; border:0;
}

#rokflow div {
	float: left;
	position: relative;
}

#rokflow img {
	
	width: 154px;
	height: 110px;
	border: 5px solid #fff;
	border-bottom:10px solid #fff;
	
	margin-bottom: 15px;
}

#rokflow div h3 {
	display: block;
	position: absolute;
	white-space: nowrap;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}


.moduletable #rokflow h3 {
	background: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
	height: auto;
}

#rokflow a {
	text-decoration: none;	
}

#rokflow #loader {
	position: absolute;
	top: 0; left: 0;
	z-index: 1000;
}

/* @end */

/* @group RokSlide */

#frame div.button#right {
	background: url(../images/arrow-right.png) 0 0 no-repeat;	
}

#frame div.button#left {
	background: url(../images/arrow-left.png) 0 0 no-repeat;
}

/* @end */

