/* Camera's Styles
-------------------------------------------------------------*/
#cameras { margin: 20px 0px 15px 0px; text-align:center;}

#cameras  .item {

	border:0px solid red;
	margin: 0px 25px 20px 0px;
	width:170px;
	height: 170px;
	vertical-align:top;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#cameras  img {
	border: 1px solid #DADADA;
    padding: 6px;
    background: #FAFAFA;
}

#cameras .descr {
	font-weight:bold;
	color:#0085bd;
	font-size:12px;
	text-align:center;
	margin-top:5px;
}

#cambox {

	text-align:center;

}

#cambox h1 {

	margin:10px 0px 20px 0px;

}

#cambox .descr {

	margin:20px 0px 0px 0px;

}
#showcam {margin:0 auto; border-bottom: 2px dotted #DDD; padding: 0px 0px 10px 0px;}

#bd {margin:0 auto; overflow-x: hidden;}
#ja-wrapper { overflow-x: hidden;}