a {
	outline: none;
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px; 
}

div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 0px;
}
/*div.controls a {
	padding: 5px;
}*/
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width:490px;

    height:368px;	 /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}

div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	
}
ul.thumbs {
	/*clear: both;*/
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
/*video*/

.video_main_cont
{
    direction:ltr;
}
.video_main_cont div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	background:#f1f1f1 url(http://images.globes.co.il/images/site2/site_veida/video_bg_1x30.gif) top repeat-x;
	padding-top:51px;
}
ul.video_gallery
{
overflow:hidden;
height:357px;
float:left;
}
ul.video_gallery li
{
float:left;
margin:0px 11px 10px 18px;
width:104px;
height:109px;
overflow:hidden;
}

ul.video_gallery li img
{
width:100px;
height:75px;
vertical-align:top;
border:2px solid transparent;

}

ul.video_gallery li.red img,ul.video_gallery li.selected img
{
width:100px;
height:75px;
vertical-align:top;
border:2px solid #cc0000;

}
ul.video_gallery li a.text:link,ul.video_gallery li a.text:hover,ul.video_gallery li a.text:visited,ul.video_gallery li a.text:active
{
line-height:14px;
height:28px;
overflow:hidden;
color:#000;
text-decoration:none;
font:bold 12px arial;
direction:rtl;

}
ul.video_gallery li a.text:hover
{
color:#cc0000;
}
ul.video_gallery li a.thumb {
	padding: 0px;
	display: block;
	border: 0px solid #ccc;
}
div.video_cont
{
width:494px;
border:2px solid #333;
height:381px;
margin:23px 18px 0px 0px;
float:right;
}
ul.thumbs.video_gallery li.selected a.thumb {
	background: transparent;
}
div.video_cont div.slideshow-container {
	position: relative;
	clear: both;
	height:368px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.video_cont div.slideshow a.advance-link {
	display: block;
	width:490px;

    height:368px;
	line-height: 368px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
.video_main_cont div.navig_place
{
    height:30px;
    background:transparent url(http://images.globes.co.il/images/site2/site_veida/bg_1x30.gif) left top repeat-x ;
    width:100%;
    clear:both;
}
.video_main_cont div.navigation .prev,
.video_main_cont div.navigation .next
{
    width:70px;
    height:30px;
    float:left;
    background-repeat: no-repeat;
	background-position: center;
	display:block;
    
} 

.video_main_cont div.navigation .prev
{
   background-image:url(http://images.globes.co.il/images/site2/site_veida/but_Up_Reg_70x30.png);
   float:left; 
   margin-left:127px;
   cursor:pointer;
} 

.video_main_cont div.navigation .next
{
   background-image:url(http://images.globes.co.il/images/site2/site_veida/but_down_Reg_70x30.png);
    float:left; 
    margin-left:6px;
    cursor:pointer;
    
} 

.video_main_cont div.navigation .prev.disable_item1
{
   
   background-image:url(http://images.globes.co.il/images/site2/site_veida/but_Up_Dis_70x30.png);
   cursor:default;
   
}
.video_main_cont div.navigation .next.disable_item2

{
   background-image:url(http://images.globes.co.il/images/site2/site_veida/but_down_Dis_70x30.png);
   cursor:default;
    
}
.video_main_cont .caption-container
{
    display:none;
}

/*image gallery*/
ul.image_gallery
{
width:882px;
padding:5px 0px 0px 0px;
float:left;
}
ul.image_gallery li
{
float:left;
margin:0px 6px 8px 0px;
width:104px;
height:77px;
overflow:hidden;

}
ul.image_gallery li.red
{


}
ul.image_gallery li img
{

    vertical-align:top;
    border:2px solid #fff;

}
ul.image_gallery li.red img,ul.image_gallery li.selected img
{

   
border:2px solid #cc0000;

}
ul.image_gallery li span
{
line-height:14px;
height:28px;
overflow:hidden;

}
ul.image_gallery li a.thumb {
	padding: 0px;
	display: block;
	border: 0px solid #ccc;
}
div.image_gallery_cont
{
    width:800px;
    border:0px solid #373236;
    height:532px;
    margin:0px auto 22px auto;
    float:none;
    direction:ltr;
    
}
ul.thumbs.image_gallery li.selected a.thumb {
	background: transparent;
}
div.image_gallery_cont div.slideshow-container {
	position: relative;
	clear: both;
	height:532px; /* This should be set to be at least the height of the largest image in the slideshow */
	width:800px;
	margin:0px auto;
}
div.image_gallery_cont div.slideshow a.advance-link {
	display: block;
	width:100%;

    height:532px;
	line-height: 0px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
/*div.image_gallery_all div.navigation a.pageLink
{
    width:17px;
    height:83px;
    background-color:#fff;
    background-position:left top;
    background-repeat: no-repeat;
	display:block;
    
} */

div.image_gallery_cont div.slideshow img {
	vertical-align: middle;
	border: 0px solid #ccc;
	width:800px;
	height:532px;
}
div.image_gallery_cont .ss-controls
{
display:none;
}
div.image_gallery_cont .nav-controls
{
position:relative;
width:100%;
height:0px;
margin:0px;
padding:0px;
}
div.image_gallery_cont .nav-controls a.prev,div.image_gallery_cont .nav-controls a.next
{
    width:50px;
    height:150px;
    background-repeat:no-repeat;
    background-color:Transparent;
    background-position:left top;
    position:absolute;
}
div.image_gallery_cont .nav-controls a.next
{
   
     background-image:url(http://images.globes.co.il/images/site2/site_veida/scroll_Right_on_50x150.png);
     top:184px;
     right:-65px;
}

div.image_gallery_cont .nav-controls a.prev
{
      background-image:url(http://images.globes.co.il/images/site2/site_veida/scroll_Left_on_50x150.png);
      top:184px;
     left:-65px;
}
div.image_gallery_cont .nav-controls a.next.disable_item2
{
   
      background-image:url(http://images.globes.co.il/images/site2/site_veida/scroll_Right_off_50x150.png);
}

div.image_gallery_cont .nav-controls a.prev.disable_item1
{
      background-image:url(http://images.globes.co.il/images/site2/site_veida/scroll_Left_off_50x150.png);
}

div.image_gallery_cont div.caption-container {
	display:none;
}
.image_gallery_all div.navigation a.pageLink.next,
.image_gallery_all div.navigation a.pageLink.prev
{
    width:17px;
    height:83px;
    background-color:#fff;
    background-position:left top;
    background-repeat: no-repeat;
	display:block; 
}
.image_gallery_all div.navigation a.pageLink.next
{
   background-image:url(http://images.globes.co.il/images/site2/site_veida/scroll_right_17x83.png);
   float:right; 
} 
.image_gallery_all div.navigation a.pageLink.prev
{
   background-image:url(http://images.globes.co.il/images/site2/site_veida/scroll_left_17x83.png);
   float:left;
   margin-right:13px; 
} 

.image_gallery_all div.navigation a.pageLink.next.disable_item4
{
   
   background-image:url(http://images.globes.co.il/images/site2/site_veida/scroll_Right_off_17x83.png);
  
}
.image_gallery_all div.navigation a.pageLink.prev.disable_item3
{
      background-image:url(http://images.globes.co.il/images/site2/site_veida/scroll_left_off_17x83.png);
     
   
}
