.gview_wrapper {
	position:absolute;
	z-index:100;
	padding:0px;
	border:4px solid #222222;
	background-color:#282828;
	margin:0px;
	text-align:left;
}

.gview_header {
	padding:0px;
	background:url(../media/bg_header.gif) #282828 repeat-x bottom left;
}

.gview_footer {
	height:32px;
	padding:2px 5px 5px 5px;
	background:url(../media/bg_footer.gif) #282828 repeat-x top left;
	padding:2px;
}

.gview_media_border {
	padding:15px;
	background-color:#000000;
	border:0px;
	/*background:url(../media/gviewer_media_border_fill.gif) top left;*/
}

.gview_background {
	background-color:#282828;
}

.gview_border_left {
	background:url(../media/gviewer_border_fill_left.gif) repeat-y top left;
	width:8px;
}

.gview_border_right {
	background:url(../media/gviewer_border_fill_right.gif) repeat-y top right;
	width:8px;
}

.gview_border_top {
	background:url(../media/gviewer_border_fill_top.gif) repeat-x top left;
	height:8px;
}

.gview_border_bottom {
	background:url(../media/gviewer_border_fill_bottom.gif) repeat-x top left;
	height:8px;
}

.gview_corner_tl {
	background:url(../media/gviewer_border_corner_tl.gif) no-repeat top left;
	width:8px;
	height:8px;
}

.gview_corner_tr {
	background:url(../media/gviewer_border_corner_tr.gif) no-repeat top left;
	width:8px;
	height:8px;
}

.gview_corner_bl {
	background:url(../media/gviewer_border_corner_bl.gif) no-repeat top left;
	width:8px;
	height:8px;
}

.gview_corner_br {
	background:url(../media/gviewer_border_corner_br.gif) no-repeat top left;
	width:8px;
	height:8px;
}

.gview_body table {
	border:0px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

.gview_media_row .on {
	background-color:#343434;
}

.gview_btn_prev_icon {
	width:31px;
	height:31px;
	background:url(../media/gviewer_arrow_prev.gif) no-repeat top left;
}

.gview_btn_next_icon {
	width:31px;
	height:31px;
	background:url(../media/gviewer_arrow_next.gif) no-repeat top left;
}

.gview_btn_prev {
	border:0px;
	background-color:#282828;
	border-right:1px solid #000000;
	width:31px;
}

.gview_btn_next {
	border:0px;
	background-color:#282828;
	border-left:1px solid #000000;
	width:31px;
}

.gview_btn_close {
	background:url(../../../../../../../view/theme/chilorio/media/shared/icon_close.gif) no-repeat top left;
	width:16px;
	height:16px;
	float:right;
}