/*img {
max-width:1200px;
    max-height:1000px;
}*/
.photo {
	margin: 20px;
	position: relative;
	width: 100px;
	height:90px;
	float: left;
    text-align:center;
}
.photo img {
	/*background: #fff;*/
	border: solid 1px black;
	/*padding: 4px;*/
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	
}
.photo a {
	text-decoration: none;
}
/*
.sample7 span {
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
    border:1px solid black;
	background: url(/img/round-corner.png) no-repeat;
}
*/
.sample7 img {
	/*border: none;
	padding: 0;*/
    margin-right:0;
    margin-left:auto;
    vertical-align:middle;
}
.max100{
    max-width:100px;
    max-height:80px;
    vertical-align: middle;
}
.max90{
    max-width:90px;
    max-height:70px;
    vertical-align: middle;
}
.max50{
    max-width:50px;
    max-height:40px;
    
}
/*JS LIVEPIPE WINODWS*/
#control_overlay {
    background-color:#000;
    background-image:url("/img/window_close.gif");
    background-position:95% 5%;
    background-repeat:no-repeat;
}

.modal {
    background-color:black;
    padding:10px;
    border:1px solid #333;
    position:fixed;
    z-index: 9999;
}

.tooltip {
    border:1px solid #000;
    background-color:#fff;
    height:25px;
    width:200px;
    font-family:"Lucida Grande",Verdana;
    font-size:10px;
    color:#333;
}

.simple_window {
    width:250px;
    height:50px;
    border:1px solid #000;
    background-color:#fff;
    padding:10px;
    text-align:left;
    font-family:"Lucida Grande",Verdana;
    font-size:12px;
    color:#333;
}

.window {
    background-image:url("/img/window_background.png");
    position:relative;
    background-position:top left;
    /*
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    */
    padding:10px;
    font-family:"Lucida Grande",Verdana;
    font-size:13px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    min-width:150px;
    min-height:100px;
    max-width:1200px;
    max-height:1000px;
}

.window .window_contents {
    
    margin-top:0px;
    
}

.window .window_header {
    text-align:center;
}

.window .window_title {
    margin-top:-7px;
    margin-bottom:7px;
    font-size:11px;
    cursor:move;
}

.window .window_close {
    display:block;
    position:absolute;
    top:4px;
    left:5px;
    height:13px;
    width:13px;
    background-image:url("/img/window_close.gif");
    cursor:pointer;
}
.window .window_next {
    display:block;
    position:absolute;
    top:4px;
    right:5px;
    height:13px;
    width:13px;
    background-image:url("/img/more.gif");
    background-repeat:no-repeat;
    cursor:pointer;
}

