.gview_wrapper {
	/*width:929px;*/
	/*height:736px;*/
	position:absolute;
	z-index:150;
}

.gview_header {
	height:56px;
	padding:0px 46px 0px 47px;
}

.gview_footer {
	height:32px;
	padding:12px 46px 0px 47px;
}

.gview_media_border {
	padding:10px;
	background:url(../media/gviewer_media_border_fill.gif) top left;
}

.gview_background {
	background-color:#fffbf0;
}

.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_media_row .on {
	background:url(../media/gviewer_btn_fill_on.gif) top left;
}

.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 {
	width:31px;
}

.gview_btn_next {
	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;
}

/** CHILORIO SPECIFIC RULES **/

.gview_chilorio_logo {
	width:219px;
	height:56px;
	float:right;
	background:url(../media/gviewer_chilorio_logo.gif) no-repeat top left;
}