/**** Generic CSS definitions ****/
/**** e525 version ****/

body {margin:0; padding:0;}

/** Corners **/
.viewad_frame_fill {
	font-size:3px;
	min-height:1px;
	line-height:1pt;
	height:3px;
}
.viewad_frame_brand2 {
	border-color:#CCC;
}
.viewad_frame_tl {
	background: url('../../images/viewad_frame1.gif') no-repeat 0px 0px;
	width:3px;
}
.viewad_frame_tm {
	background: url('../../images/viewad_frame1.gif') repeat-x 0px -7px;
}
.viewad_frame_tr {
	background: url('../../images/viewad_frame1.gif') no-repeat -3px 0px;
	width:3px;
}
.viewad_frame_m {
	border-style:solid;
	border-width: 0px 1px 0px 1px;
}
.viewad_frame_bl {
	background: url('../../images/viewad_frame1.gif') no-repeat 0px -3px;
	width:3px;
}
.viewad_frame_bm {
	background: url('../../images/viewad_frame1.gif') repeat-x 0px -10px;
}
.viewad_frame_br {
	background: url('../../images/viewad_frame1.gif') no-repeat -3px -3px;
	width:3px;
}


/* ViewAd CSS */
.VAStyleA #Images {
	display:inline-block;
	margin-bottom:10px;
}
.VAStyleA #Images img {
    border:0px;

}
.VAStyleA .gallery{
	height:240px;
	width:300px;
	display:block;
}
.VAStyleA .gallery .hover {
	border:0px;
}
.VAStyleA .imageStack{
	background: url("../../images/loading.gif") no-repeat 50% 50%;
	width:300px;
	height:235px;
	text-align:center;
	vertical-align:middle;
}

.VAStyleA .imageNavs td {
	padding:2px;
	width:70px;
	height:68px;
	text-align:center;
	vertical-align:middle;
}
.VAStyleA .imageNavs .hover {
	padding:0px;
	border:2px solid #bbb;
	background-color:#fff;
	cursor:pointer;
}
.VAStyleA .imageNavs .active {
	padding:0px;
	border:2px solid #fcb800;
	background-color:#fcf4dc;
}

.VAStyleA #Images .previous {
	background: url("../../images/va_img_nav.gif") no-repeat 0px -29px;
	width:24px;
	height:26px;
	font-size:1px;
	display:block;
	float:left;
	cursor:pointer;
}
.VAStyleA #Images .prevhover {
	background: url("../../images/va_img_nav.gif") no-repeat 0px 0px;
}
.VAStyleA #Images .next {
	background: url("../../images/va_img_nav.gif") no-repeat 0px -115px;
	width:24px;
	height:26px;
	font-size:1px;
	display:block;
	float:left;
	cursor:pointer;
}
.VAStyleA #Images .nexthover {
	background: url("../../images/va_img_nav.gif") no-repeat 0px -145px;
}
.VAStyleA #ViewLargeImage {
	background: url("../../images/va_img_nav.gif") no-repeat 0px -58px;
	float:left;
	height:26px;
	padding-left:30px;
	cursor:pointer;
}
.VAStyleA #ViewLargeImage div{
	background: url("../../images/va_img_nav.gif") no-repeat  right -88px;
	height:25px;
	padding-right:12px;
	padding-top:5px;
}

.VAStyleA .img-next-prev {
	margin-top:10px;
	margin-top:10px;
}


