.node-towncamera {
  width: 700px;
  height: 700px;
  margin: 0 auto;
}

.node-towncamera .video {
  float: left;
  width: 700px;
  height: 550px;
  margin: 0 25px 15px 25px;
}

.node-towncamera .towncameras {
  float: left;
  width: 700px;
  height: 190px;
  border: 1px solid #e0eebd;
  background: #ecf4d8;
  margin-bottom: 15px;

}

.node-towncamera .text {
  float: left;
  width: 100%;
  text-align: center;
  font: normal 14px Arial;
  color: #1a7abc;
}

.camera_sponsor {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  font: normal 13px Arial;
  color: #8bc400;
}

.camera_sponsor a, .camera_sponsor a:visited, .camera_sponsor a:link {
  font: bold 13px Arial;
  color: #8bc400;
}


.node-towncamera .arrow2_L {
  float: left;
  height: 82px;
  width: 44px;
  background-image: url('/sites/all/themes/orsktheme/images/ajax_arrow2_L.png');
  cursor: pointer;
  margin: 54px 5px 0 7px;
}

.node-towncamera .arrow2_L:hover {
  background-image: url('/sites/all/themes/orsktheme/images/ajax_arrow2_L_hover.png');
}

.node-towncamera .arrow2_R {
  float: right;
  height: 82px;
  width: 44px;
  background-image: url('/sites/all/themes/orsktheme/images/ajax_arrow2_R.png');
  cursor: pointer;
  margin: 54px 7px 0 5px;
}

.node-towncamera .arrow2_R:hover {
  background-image: url('/sites/all/themes/orsktheme/images/ajax_arrow2_R_hover.png');
}


.towncamera_carousel {
  width: 588px;
  height: 170px;
  overflow: hidden;
  float: left;
  margin: 10px 0;
  display:inline;
  position: relative;
}

.towncamera_carousel ul {
    list-style: none inside none;
    padding: 0;
    margin: 0;
    width: 2000px;
    height: 170px;
    left: 0px;
    position: absolute;
}

.towncamera_carousel ul li{
    padding: 0;
    margin: 0;
    width: 196px;
    float: left;
    list-style: none inside none;
}


/**/
.node-towncamera_teaser {
  float: left;
  width: 123px;
  height: 112px;
  margin: 0 3px;
  border: 1px solid #bbb;
  background: #fff;
}

.node-towncamera_teaser .screen {
  float: left;
  width: 119px;
  height: 89px;
  background: #222;
  margin: 2px;
}

.node-towncamera_teaser .title {
  float: left;
  width: 100%;
  text-align: center;
  font: normal 11px Arial;
  color: #8bc400;
  margin-top: 1px;
}

.node-towncamera_teaser .title a, .node-towncamera_teaser .title a:visited {
  color: #8bc400;
  text-decoration: none;
}


/**/
.towncamera_main_wrap {
  float: left;
  margin: 0 28px;
  width: 650px;
  height: 540px;
 /* border: 1px solid #bbb;*/
}

.towncamera_main_video {
  float: left;
  margin: 2px;
  width: 640px;
  height: 480px;
  background: #222;
}

.towncamera_main_text {
  float: left;
  height: 36px;
  width: 646px;

}


.towncameras_wrap {
  float: left;
  margin: 5px 25px;
  width: 660px;
  height: 120px
}

#block-towncam-2 {
	float: right;
	width: 240px;	
	margin: 0 0 2px 10px;
}

#block-towncam-2 .descr {
	float: left; 
	width: 200px;
	margin: 10px 0 15px 20px; 
	font: bold 14px Tahoma;
	color: #777;
	text-align: center;
}	

#block-towncam-2 .body{
	float: right;
	width: 238px;
	height: 100px;
	border: 1px #E0EEBD solid;	
	margin: 3px 0 5px 10px;
}

.camcmd_section {
	float: left;
	width: 220px;
	margin-left: 12px;	
}

.camcmd_section .title {
	float: left;
	width: 200px;
	height: 15px;
	margin: 10px 0 3px 5px;
	color: #777;
	font: bold 12px Tahoma;
	
}

.camcmd_btn1 {
	float: left;
	width: 63px;
	/*padding: 10px 0 11px 0;*/
	border: 2px solid #9FC93D;
	background: #ECF4D8;
	color: #8cb400;
	font: bold 12px Arial;
	cursor: pointer;
	margin: 2px;	
	text-align: center;
}

.camcmd_btn1 .img {
	float: left;
	width: 63px;
	height: 36px;
		
}

.camcmd_btn2 {
	float: left;
	width: 35px;
	padding: 3px 0;
	border: 2px solid #9FC93D;
	background: #ECF4D8;
	color: #8cb400;
	font: bold 12px Arial;
	cursor: pointer;
	margin: 2px;	
	text-align: center;
}