/* 
    Document   : viewer
    Created on : Sep 27, 2009, 10:24:04 PM
    Author     : jamesng
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
.view_block {
	border: 10px solid #fff;
        float: left;
	position: fixed;
	top: 10%;
	left: 40%;
	margin: 0 0 0 -250px;
	z-index: 100;
}
.view_block .view {
	float: left;
	width: 100%;
	background: #fff;
}
.view img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}
.view img.larrow {
        position: absolute;
        left: -10px;
        top: 225px;
}
.view img.rarrow {
        position: absolute;
        right: -10px;
        top: 225px;
}
#hideview {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
