#webcam-page {
        position: relative;

        min-height: 200px; 
        max-height: 1400px;
        width: 700px;
	float: right;
        padding: 20px;
        border-style: solid;
        border-width: 1px;  
        border-color: #888; 

        background: rgba(255,255,255,.2);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4affffff', endColorstr='#4affffff'); /* IE */

        font-family: Verdana, Tahoma, Helvetica, Arial;
        font-size: 12px;
        font-weight: normal;
        text-align: justify;
        line-height: 1.5em; 
        color: #333;
        margin: 0;

}

#player {
	min-height: 525px;
	max-width: 700px;
}

a.swfplayer {
	position: relative;
	display: block;
	width: 640px;
	height: 480px;
	margin: 0;
	padding: 10px;
}

.swfplayer-frame {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 660px;
	height: auto;
	background: none;
}
