
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(images/close.png) url(images/loading.gif) url(images/Previous.png) url(images/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  //left: 0;
  width: 100%;
  z-index: 10000;
  //text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: #909090;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(images/Previous.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(images/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color:#909090;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #000;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  //text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  //clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #333333;
}
.lb-number {
    direction:ltr;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  //float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-data .lb-download {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/Download.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-download:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#GalleryImage .Title
{
    padding: 3px;
    font-family: NegarCMS,negar,negarfont1,Tahoma;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}
#GalleryImage .Title:hover
{
    text-decoration:none;
    color: #ffa500;
}
#GalleryImage .Comment a, #GalleryImage .Comment a:visited, #GalleryImage .Comment a:active, #GalleryImage .Comment a:link
{
    font-family:  negar,negarfont1,Tahoma;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    text-decoration:none;
}
#GalleryImage .Image
{
/* 	text-align:center;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #CCCCCC;
    background-color: White;
    padding:5px;  */
	/*background-image: url("Images/LCD2.png");
    background-position: center bottom;
    background-repeat: no-repeat; */
    }
#GalleryImage .Image a{
    display: block;
}
#GalleryNavigarion
{
    border-bottom: 2px solid #cbcbcb;
    border-left-color: #666666;
    border-right-color: #666666;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
}
#GalleryNavigarion span
{
    color: Black;
    font-family: NegarCMS,negar,negarfont1,Tahoma,Tahoma;
    font-size: 16px;
    padding: 2px;
}
#GalleryNavigarion a
{
    padding: 2px;
}
#GalleryNavigarion a
{
    font-family:NegarCMS,negar,negarfont1,Tahoma,Tahoma;
    color: blue;
    font-size: 14px;
    text-decoration: none;
}
#GalleryNavigarion a:hover
{
    color:#fb8e1e;
    }

.VideoDownload .lb-download{
    background: rgba(0, 0, 0, 0) url("images/Download.png") no-repeat scroll right top;
    display: block;
    float: right;
    height: 30px;
    opacity: 0.7;
    outline: medium none;
    text-align: right;
    width: 30px;
}

/************************GallerF2*********************/
#CarouselContainer
{
    height: 102px;
    margin-bottom: 10px;
}

#GalleryF2
{
    border: 1px solid #000066;
    border-radius: 5px;
}
.list_carousel {
	margin: 0;
	width: 360px;
	float:left;
	direction:ltr;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 12px;
	color: #666;
	text-align: center;
	padding:5px;
	width: 120px;
	margin-left: 6px;
	display: block;
	float: left;
}
.Slide
{
    position:relative;
    }
.Slide div
{
    bottom:5px;
    position:absolute;
    display:none;
    background-color: rgba(0, 0, 0, 0.6);
    width:100%;
    color:White;
    padding:5px;
}
.clearfix {
	float: none;
	clear: both;
}
#GallertF2-prev1
{
    background-position: right center;
    margin: 0px;
    display: block;
    width: 15px;
    height: 130px;
    background-image: url('Images/Next.png');
    background-repeat: no-repeat;
    float:right;
    cursor:pointer;
}
#GallertF2-prev1:hover{
    background-image: url('Images/Next-over.png');
}
#GallertF2-next1 {
    background-position: left center;
    margin: 0px;
    display: block;
    width: 15px;
    height: 130px;
    background-image: url('Images/Previous.png');
    background-repeat: no-repeat;
    float:left;
    cursor:pointer;
}
#GallertF2-next1:hover {
    background-image: url('Images/Previous-over.png');
}
#GalleryImage
{
/*     background-color: #D7E9F1;
    border: 5px solid #D7E9F1; */
}
#GalleryF2Box{}
#PlayOverlay3 {
	background-image:url("Images/LCD2.png");
     background-image: url("Images/PlayOverlay3.png"); 
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    width: 100%;
	top:-70px; */
}
#GalleryF3Box div{width:100%;}

.lSSlideOuter.vertical .lightSlider > *{
	position:relative;
	overflow:hidden;
}
.txtOverlay{
	background-color: #fff;
    bottom: 0;
    opacity: 0.5;
    padding: 10px;
    position: absolute;
    width: 100%;	
}
.lSAction{
	background-color:red;
}
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;display:none;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;overflow:hidden;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
 
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 98% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    top: auto;
    bottom: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;overflow:hidden;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
#lSAction{position:absolute;}



/*''''''''''''''''''''''''''''''''''''''''''    rotate1   '''''''''''''''''''''''''''''''''''''''''''''''*/

 *, *:before, *:after {
    box-sizing: border-box;
}
#RelatedGallery
{
    //float:left;
    }

ul#GalleryDetailActions li {
    border-right: 2px solid gray;
    display: inline;
    list-style-type: circle;
    padding-left: 5px;
    padding-right: 5px;
}
ul#GalleryDetailActions li:hover {
    border-right: 2px solid #009FE3;
    padding-left: 5px;
    padding-right: 5px;
}
#GalleryDetailActions {
    float: left;
    margin: 0;
}
#GalleryDetailActions a, #GalleryDetailActions a:visited, #GalleryDetailActions a:active, #GalleryDetailActions a:link {
    color: gray;
}
#GalleryDetailActions a:hover {
    color: #009FE3;
}
#ItemDetail img
{
    border: 5px solid #999999;
    margin: 5px;
}
.GalleryCategoryHeader{
    background-color: #0894b8;
    border-bottom: 3px solid #ffa500;
    color: #fff;
    font-family: NegarCMS,times new roman;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}


#GalleryDetailBody
{
    font-family:NegarCMS,nasim;
    font-size: 18px;
    font-weight: normal;
    }

#GallerySCUPBox{vertical-align: top;}
.GallerySCUPHeader {
    background-color: #0894b8;
    border-bottom: 3px solid #ffa500;
    color: #fff;
    font-family: NegarCMS,times new roman;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

.GallerySCUPHeader .GalleryHeaderTitle {
    padding-left: 20px;
    padding-right: 20px;
}

#GalleryF1Box {
    clear:both;
}
#GalleryF1Box table tr td{vertical-align: top;}
#GalleryF1 .Img {margin:0;margin-top:5px;margin-bottom:5px;}
#GalleryF1 
{
    text-align:justify;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    color:black;
    }
#GalleryF1 .Title1 a,#GalleryF1 .Title1 a:visited,#GalleryF1 .Title1 a:active,#GalleryF1 .Title1 a:link
{
    font-family:NegarCMS,traffic;
    font-size:17px;
    text-decoration:none;
    color:#e1e1e1;
    font-weight:normal;
    }
#GalleryF1 .Title1 a:hover
{
    color:#c5c5c5;
    text-decoration: none;
    }
#GalleryF1 .Title2 a,#GalleryF1 .Title2 a:visited,#GalleryF1 .Title2 a:active,#GalleryF1 .Title2 a:link
{
    font-family:NegarCMS,nasim;
    font-size:20px;
    text-decoration:none;
    color:#370470;
    font-weight:normal;
    }
#GalleryF1 .Title2 a:hover
{
    color: Blue;
    text-decoration: none;
}
#GalleryF1 .Summary
{
    font-family: NegarCMS,nasim;
    font-size: 16px;
    margin-top: 5px;
    color:#06266f;
    }

.GalleryListF2 td
{
    padding-bottom: 10px;
}
#GalleryF2
{
    margin-bottom:5px;
    padding-bottom: 5px;
}
#GalleryF2 .Image
{
}

#GalleryF2 a, #GalleryF2 a:visited, #GalleryF2 a:active, #GalleryF2 a:link
{
    font-family: NegarCMS,tahoma;
    font-size: 11px;
    color: #FF0000;
    font-weight: normal;
}
#GalleryF2GroupItem
{
    width:190px;
    height:190px;
    overflow:hidden;
    margin:5px;
    padding:5px;
    border:1px solid gray;
    }
#GalleryF2GroupItem .GroupImage{height:100px; overflow:hidden;}
#GalleryF2GroupItem .GroupTitle a{font-family:NegarCMS,nasim;font-size:18px;color:Blue;}
#GalleryF2GroupItem .GroupTitle a:hover{}

#GalleryF2 .Titr2 a, #GalleryF2 .Titr2 a:visited, #GalleryF2 .Titr2 a:active, #GalleryF2 .Titr2 a:link
{
    font-weight: bold;
    font-family: NegarCMS,'times New Roman' , Times, serif;
    font-size: 14px;
    color: #990000;
}
#GalleryF2 a:hover
{
    color:Red;
    }
#GalleryF2 .Summary
{
    text-align:justify;
    }
#GalleryF3
{
	list-style-image: url(images/arrow2.png);
	margin:0;
	padding:0;
	padding-right:20px;
}

#GalleryF3 li
{
	margin-top: 7px;
	margin-bottom: 7px; 
}
#GalleryF3 a,#GalleryF3 a:active,#GalleryF3 a:visited,#GalleryF3 a:link
{
    font-family:NegarCMS,Tahoma;
    font-size:11px;
    font-weight:normal;
    color:Black;
    text-decoration:none;
    }
#GalleryF3 a:hover
{
    color:Gray;
    }
#GalleryScrollUp
{
	list-style-type:none;
	margin:0;
	padding:0;
    }
#GalleryScrollUp li
{
	margin-top: 7px;
	margin-bottom: 7px;
	padding:5px;
}
#GalleryScrollUp a,#GalleryScrollUp a:active,#GalleryScrollUp a:visited,#GalleryScrollUp a:link
{
    font-family:NegarCMS,Tahoma;
    font-size:11px;
    font-weight:normal;
    color:Black;
    text-decoration:none;
    }
#GalleryScrollUp a:hover
{
    color:Gray;
    text-decoration:underline;
    }
/*GalleryF6*/
#wrapper6{
    width:790px;
    min-height: 96%;
	
	height: 96%;
	text-align:left;
    margin: 0 auto -30px;
    padding:0 10px 0px 10px;
    height:350px;
}

#bigPic{
	height:200px;
	padding:1px;
	border:1px solid #CCC;
	background-color:#FFF;
	margin-bottom:10px;
}
#bigPic img{
	position:absolute;
	display:none;
}

/*--------------------------------*/
#GalleryF4
{
    height:300px;
    }
#GalleryF4 .ImagePanel 
{
    width:400px;
    }
#TextPanel
{
    background-color:#b5dde4;
    width:400px;
    position:relative;
    left:0;
    float:left;
    height:200px;
    }
#slideshowContainer
{
    display:block;
    width:100%;
    }
#slideshowContainer .img{float:left;}
#slideshowContainer2{}
#slideshowContainer2 .Counteiner 
{
    position:relative;
    top:-100px;
    background-color:White;
    opacity:.5;
    height:50px;
    float:right;
    width:300px;
    right:100px;
    padding:5px;
    }
#slideshowContainer2 .Titr2 a,#slideshowContainer2 .Titr2 a:visited,#slideshowContainer2 .Titr2 a:active,#slideshowContainer2 .Titr2 a:link
{
    opacity:1;
    border:0;
    }
#slideshow1nav {
    float: right;
    position: relative;
    top: 10px;
    z-index: 2000;
}
#slideshow1nav a {
    background-image: url("Images/miscellaneous_sprite.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 25px;
    width: 20px;
}
#slideshow1nav a.activeSlide {
    background-image: url("Images/miscellaneous_sprite.png");
    background-position: -25px 0;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 25px;
    width: 20px;
}
#slideshow1
{
    height: 205px;
    background-color: #d5d5d5;
    margin-bottom:0px;
}
#slideshow2
{
    height: 205px;
    margin-bottom:0px;
}
#slideshow 
{
    float:right;
    width:390px;
    }
#slideshow span.image-wrapper {
	display: block;
}
#slideshow span.image-wrapper {
	display: block;
	position: relative;
	top: 0px;
	left: 0;
	height:200px;
}
#slideshow a.advance-link {
	display: block;
	line-height: 0; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}
#GalleryF5 .HeadLine1 a,#GalleryF5 .HeadLine1 a:visited,#GalleryF5 .HeadLine1 a:link,#GalleryF5 .HeadLine1 a:active
{
    font-family:NegarCMS,Tahoma;
    font-size:11px;
    color:#333333;
    font-weight:normal;
    }
#GalleryF5 .HeadLine1 a:hover
{
    color:Green;
    }

#GalleryF5 .HeadLine a,#GalleryF5 .HeadLine a:visited,#GalleryF5 .HeadLine a:link,#GalleryF5 .HeadLine a:active
{
    font-family:NegarCMS,Tahoma;
    font-size:11px;
    color:#333333;
    font-weight:bold;
    }
#GalleryF5 .HeadLine a:hover
{
    color:Green;
    }


.GalleryF7Header
{
    background-color: #00497F;
    border-bottom: 2px solid #A5B0B8;
    border-radius: 4px 4px 0 0;
    display: inline-table;
    height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
    width: 100%;
    }
#GalleryF7
{
    margin-bottom:5px;
    }
#GalleryF7Separator
{
    background-color: #003399;
    width:1px;
}
#GalleryF7 .Image
{
    //float: left;
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
}

#GalleryF7 a,#GalleryF7 a:visited,#GalleryF7 a:active,#GalleryF7 a:link
{
    font-family: NegarCMS,tahoma;
    font-size: 11px;
    color: #336600;
}
#GalleryF7 a:hover
{
    color:Red;
    }
#GalleryF7 .Titr1 a, #GalleryF7 .Titr1 a:visited, #GalleryF7 .Titr1 a:active, #GalleryF7 .Titr1 a:link
{
    font-family: NegarCMS,tahoma;
    font-size: 11px;
    color: #CC3300;
}
#GalleryF7 .Titr1 a:hover
{
    color:#000066;
    text-decoration:none;
    }
#GalleryF7 .Titr2 a, #GalleryF7 .Titr2 a:visited, #GalleryF7 .Titr2 a:active, #GalleryF7 .Titr2 a:link
{
    font-family: NegarCMS,Tahoma;
    font-size: 11px;
    color: #003366;
    font-weight: 600;
    line-height:1.5;
}
#GalleryF7 .Titr2 a:hover
{
    color:#990000;
    text-decoration:none;
    }
#GalleryF7 .Summary
{
    text-align:justify;
    }


#GalleryF7_1 .Titr1 a, #GalleryF7_1 .Titr1 a:visited, #GalleryF7_1 .Titr1 a:active, #GalleryF7_1 .Titr1 a:link
{
    font-family: NegarCMS,tahoma;
    font-size: 10px;
    color: #CC3300;
}
#GalleryF7_1 .Titr1 a:hover
{
    color:#000066;
    text-decoration:none;
    }
#GalleryF7_1 .Titr2 a, #GalleryF7_1 .Titr2 a:visited, #GalleryF7_1 .Titr2 a:active, #GalleryF7_1 .Titr2 a:link
{
    background-position: right;
    font-family: NegarCMS,Tahoma;
    font-size: 11px;
    color: #003366;
    line-height: 1;
    font-weight: normal;
    background-image: url('Images/bulletSmallRed.gif');
    background-repeat: no-repeat;
    padding-right:10px;
}
#GalleryF7_1 .Titr2 a:hover
{
    color: #990000;
    text-decoration: none;
    background-image: url('Images/bulletSmallGray.png');
}

#GalleryF7_1 .F7Img{}

.GalleryF7-tr
{
    width: 100%;
    margin: 0px;
    padding: 0;
    background-image: url('Images/GalleryF7TitleBg1.jpg');
    background-repeat: repeat-x;
    background-position: top;
}
.GalleryF7-tr:hover
{
    background-image: url('Images/GalleryF7TitleBg.jpg');
    background-repeat: repeat-x;
    background-position: top;
}
.GalleryF7-tl
{

}
.GalleryF7-br
{

}
.GalleryF7-bl {}
.GalleryF7-Menu { margin: 0; padding: 8px; font-family:NegarCMS,Times New Roman;font-size:14px;font-weight:bold;color:White}
.NewFs7-Menu p{ margin: 0; padding: 8px; font-family:NegarCMS,Times New Roman;font-size:14px;font-weight:bold;}
#NewFs7Menu a, #NewFs7Menu a:active, #NewFs7Menu a:visited, #NewFs7Menu a:link
{
    font-family: NegarCMS,Times New Roman;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    display:block;
}
#NewFs7Menu a:hover, {color:Yellow}
.GalleryListF7
{
    /*background-color: #e3efff;
    background: -moz-linear-gradient(-90deg, #e9e9e9, #f9f9f9) repeat scroll 0 0 transparent;
    border-color: #C4DCE2;
*/
}
.GalleryListF7Panel1{width:40%;}
.GalleryListF7Panel2{width:60%;}


/*Gallery F8*/
.GalleryF8-tr {
    background: url("images/moduletable_grey_r.png") no-repeat scroll right top transparent;
    height: 53px;
    margin-bottom: -8px;
}
.GalleryF8-tl {
    background: url("images/moduletable_grey_l.png") no-repeat scroll left top transparent;
    height: 53px;
}

.GalleryF8-content { margin: 0; padding: 10px;}
.GalleryF8-content p {line-height: 1.6; margin: 0; padding: 0;}
#GalleryF8Menu {padding:8px 25px 8px 8px}
#GalleryF8 .Titr1 a, #GalleryF8 .Titr1 a:visited, #GalleryF8 .Titr1 a:active, #GalleryF8 .Titr1 a:link
{
    font-family: NegarCMS,tahoma;
    font-size: 11px;
    color: #CC3300;
}
#GalleryF8 .Titr1 a:hover
{
    color:#000066;
    text-decoration:none;
    }
#GalleryF8 .Titr2 a, #GalleryF8 .Titr2 a:visited, #GalleryF8 .Titr2 a:active, #GalleryF8 .Titr2 a:link
{
    font-family: NegarCMS,Tahoma;
    font-size: 11px;
    color: #003399;
    font-weight: 600;
    line-height: 1.5;
    background-position: right;
    background-image: url('Images/bulletSmallRed.gif');
    background-repeat: no-repeat;
    padding-right:10px;
}
#GalleryF8 .Titr2 a:hover
{
    color: #990000;
    text-decoration: none;
    background-image: url('Images/bulletSmallGray.png');
}
#GalleryF8 .Summary
{
    text-align:justify;
    }
#GalleryF8 ul
{
    padding:0;}
#GalleryF8 ul li 
{
    list-style-type:none;
    display: inline;
    list-style: none outside none;
}
#GalleryF8 img{padding: 5px;}
#GalleryF8Menu {width:100%;padding:0;}
#GalleryF8Menu td{ vertical-align:middle; padding-left:5px;padding-right:5px;height:30px;}


.GalleryF9Header{
    background-color: #0894b8;
    border-bottom: 3px solid #ffa500;
    color: #fff;
    font-family: NegarCMS,times new roman;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

/* Acardion Start*/
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    margin-top: 1px;
    position: relative;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    color: #555555;
    font-weight: normal;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    color: #212121;
    font-weight: normal;
    padding: 5px;
    border-top-color: #CCCCCC;
    border-top-width: 1px;
    border-top-style: dotted;
    background-color: #F0F0F0;
}
.ui-state-default .ui-icon {
    background-image: url("Images/ui-icons_888888_256x240.png");
}
.ui-state-active .ui-icon {
    background-image: url("Images/ui-icons_888888_256x240.png");
}
.ui-icon {
    background-image: url("images/ui-icons_888888_256x240.png");
    height: 16px;
    width: 16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-accordion-content
{
    padding: 5px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    background-color: #F0F0F0;
}
/* Acardion End*/


#Category .HeadLine1 a,#Category .HeadLine1 a:visited,#Category .HeadLine1 a:link,#Category .HeadLine1 a:active
{
    font-family:Tahoma;
    font-size:11px;
    color:#333333;
    font-weight:normal;
    }
#Category .HeadLine1 a:hover
{
    color:Green;
    }
#Category .HeadLine a,#Category .HeadLine a:visited,#Category .HeadLine a:link,#Category .HeadLine a:active 
{
    font-family:tahoma,Times New Roman;
    font-size:16px;
    color:#333333;
    //font-weight:bold;
    }
#Category .HeadLine a:hover
{
    color:Green;
    }

.GalleryF1Header
{
    background-color: #0894b8;
    border-bottom: 3px solid #ffa500;
    color: #fff;
    font-family: NegarCMS,times new roman;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}
.GalleryF1Header a, .GalleryF1Header a:active, .GalleryF1Header a:visited, .GalleryF1Header a:link
{
    font-family:Times New Roman;
    font-size:14px;
    font-weight:bold;
    color:White;
    text-decoration:none;
    }
.GalleryF1Archive a
{
    color:#000000}
.GalleryF2Header
{
   background-color: #0894b8;
    border-bottom: 3px solid #ffa500;
    color: #fff;
    font-family: NegarCMS,times new roman;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}
.GalleryF2Header a, .GalleryF2Header a:active, .GalleryF2Header a:visited, .GalleryF2Header a:link
{
    font-family:Times New Roman;
    font-size:14px;
    font-weight:bold;
    color:White;
    text-decoration:none;
    }
.GalleryF2Archive a
{
    color:#000000}
#GalleryF2 .Image{}

.MostVisitedtGalleryHeader{
   background-color: #0894b8;
    border-bottom: 3px solid #ffa500;
    color: #fff;
    font-family: NegarCMS,times new roman;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}
.GalleryHeaderTitle{
    color: #FFFFFF;
    font-family: nasim,times new roman;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
#MostVisitedtGallery{margin:0px;padding:0;}
#MostVisitedtGallery li{list-style:none;}
#MostVisitedtGallery .Titr2,#MostVisitedtGallery .Titr2  a,#MostVisitedtGallery .Titr2  a:visited,#MostVisitedtGallery .Titr2  a:active,#MostVisitedtGallery .Titr2  a:link {
	font-family:nasim;
	font-size:16px;
	color:#000000;
}
#MostVisitedtGallery .Titr2  a:hover{
	text-decoration:none;
	color:#a1a1a1;
}
#SearchResults a,#SearchResults a:visited,#SearchResults a:active,#SearchResults a:link{
	font-family:nasim;
	font-size:16px;
	color:#000000;
	margin:5px;
}
#SearchResults a:hover{
	text-decoration:none;
	color:#909090;
}
#SearchResults .SearchTitle{
	font-family:nasim;
	font-size:20px;
	color:#274185;
	margin-bottom:7px;
}

#GalleryF10 table {
    background-color:#ffffff;
}


//----------------GalleryRotate0 --------------------/
.captionOrange, .captionBlack
{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
.captionOrange
{
    background: #EB5100;
    background-color: rgba(235, 81, 0, 0.6);
}
.captionBlack
{
    font-size:16px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
a.captionOrange, A.captionOrange:active, A.captionOrange:visited
{
    color: #ffffff;
    text-decoration: none;
}
a.captionOrange:hover
{
    color: #eb5100;
    text-decoration: underline;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.7);
}
.bricon
{
    background: url(Images/browser-icons.png);
}

.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av
{
filter: alpha(opacity=70);
opacity: .7;
overflow:hidden;
cursor: pointer;
border: #000 1px solid;
}
.jssorb01 div { background-color: gray; }
.jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
.jssorb01 .av { background-color: #fff; }
.jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn
{
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(Images/a13.png) no-repeat;
    overflow:hidden;
}
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05ldn { background-position: -250px -40px; }
.jssora05rdn { background-position: -310px -40px; }






//----------------GalleryRotate1 --------------------/
.GalleryRotateHeader{
    background-color: #0894b8;
    border-bottom: 3px solid #ffa500;
    color: #fff;
    font-family: NegarCMS,times new roman;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
	}
.GalleryRotateHeader  .GalleryHeaderTitle{padding-right:20px;padding-left:20px;}

#GalleryRotate1 {

}
.GalleryRotate1Header{
    background-color: #0894b8;
    border-bottom: 3px solid #ffa500;
    color: #fff;
    font-family: NegarCMS,times new roman;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
	}
.GalleryRotate1Header  .GalleryHeaderTitle{padding-right:20px;padding-left:20px;}
.GalleryRotate2Header{
    background-color: #0894b8;
    border-bottom: 3px solid #ffa500;
    color: #fff;
    font-family: NegarCMS,times new roman;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
	}
.GalleryRotate2Header  .GalleryHeaderTitle{padding-right:0px;padding-left:0px;}

.GalleryHeaderRSS{float:left;margin-top:5px;margin-right:5px;margin-left:5px;}
.GalleryHeaderTitle{margin-top:5px}
.GalleryHeaderTitle a, .GalleryHeaderTitle a:visited,.GalleryHeaderTitle a:active,.GalleryHeaderTitle a:link{color:#ffffff;font-family:times new roman; font-size:16px;font-weight:bold;text-decoration:none;}
.GalleryHeaderTitle a:hover{color:yellow;}

.GalleryF1Header {
    background-color: #0894b8;
    border-bottom: 3px solid #ffa500;
    color: #fff;
    font-family: NegarCMS,times new roman;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

.GalleryF1Header .GalleryHeaderTitle {
    padding-left: 10px;
    padding-right: 10px;
}

 /*  ------------------------------------------------ */
.GalleryRotate2Item ul li{background-color:#e1e1e1;margin-left:1px;margin-right:1px}
.GalleryRotate2Item ul li a,.carousel ul li a:visited,.carousel ul li a:active,.carousel ul li a:link{color:#ffffff;}
.GalleryRotate2Item ul li a:hover{color:#009FE3}

 /*  ------------------------------------------------ */
 #GalleryRotate3{padding:5px;}
.sliderkit{display:none;position:relative;overflow:hidden;text-align:justify;width:100%}
.sliderkit a,
.sliderkit a:hover{text-decoration:none;}
.sliderkit a:focus{outline:1px dotted #000;/*optional*/}
.sliderkit img{border:0;}

.sliderkit .sliderkit-nav{z-index:10;position:absolute;text-align:justify;}

.sliderkit .sliderkit-nav-clip{position:relative;overflow:hidden;margin:0 auto;}
.sliderkit .sliderkit-nav-clip ul{position:relative;left:0;top:0;list-style:none;margin:0;padding:0;}
.sliderkit .sliderkit-nav-clip ul li{float:left;}
.sliderkit .sliderkit-nav-clip ul li a{display:block;overflow:hidden;padding:5px;font-size:11px;}

.sliderkit .sliderkit-btn{z-index:10;}

.sliderkit .sliderkit-panel{z-index:1;position:absolute;overflow:hidden;display:none;}
.sliderkit .sliderkit-panel-active{z-index:5;display:block;}
.sliderkit .sliderkit-panel-old{z-index:4; display:none;}

.sliderkit .sliderkit-panel .sliderkit-panel-textbox{position:absolute;z-index:1;}
.sliderkit .sliderkit-panel .sliderkit-panel-text{position:absolute;z-index:3;top:0;left:0;}
.sliderkit .sliderkit-panel .sliderkit-panel-overlay{position:absolute;z-index:2;top:0;left:0;}

.sliderkit .sliderkit-count{position:absolute;top:5px;right:5px;z-index:10;padding:5px;color:#fff;background:#000;}

.sliderkit .sliderkit-timer{position:absolute;top:0;left:0;z-index:10;height:3px;background:#ccc;}
		
.Gallerylider-vertical{height:165px;}

.Gallerylider-vertical .sliderkit-nav{width:200px;height:165px;}
.Gallerylider-vertical .sliderkit-nav-clip li{height:50px;width:190px;margin-bottom:5px;}
.Gallerylider-vertical .sliderkit-nav-clip li.sliderkit-selected{}
.Gallerylider-vertical .sliderkit-nav-clip li a{height:37px;width:180px;padding:13px 0 0 10px;text-align:justify;font-size:1.3em;color:#fff;text-decoration:none;background:#00668d;}
.Gallerylider-vertical .sliderkit-nav-clip li a:hover, .Gallerylider-vertical .sliderkit-nav-clip li a:focus {color: #fff;background: #008FC6;}

.Gallerylider-vertical .sliderkit-panels{position:absolute;width:780px;height:158px;overflow:hidden;border:1px solid #ccc;}
.Gallerylider-vertical .sliderkit-panel{left:0;top:0;padding:0px;background:#fff;width:780px;}

.Gallerylider-vertical .sliderkit-Gallery h3,
.Gallerylider-vertical .sliderkit-Gallery h3 a{color:#000;font-weight:bold;}
.Gallerylider-vertical .sliderkit-Gallery h3{font-size:1.2em;margin:0 0 15px;}
.Gallerylider-vertical .sliderkit-Gallery img{float:right;height:auto;margin:0 0 0 10px;overflow:hidden;}
.Gallerylider-vertical .sliderkit-Gallery p{margin:0;}


#MsgCommited
{
    background-color: #CEFFCE;
    border: 1px solid #009933;
    border-radius:5px;
    padding:10px;
}
#CommentResponse{float:left}
#CommentVoteP
{
    background: url("Images/Plus-bg.gif") no-repeat scroll 0 0 transparent;
    color: #116DD6;
    float: left;
    font: 11px tahoma;
    height: 14px;
    overflow: hidden;
    text-align: center;
    width: 43px;
    margin-left:10px;
    background-position:center center;
}
.Comment_Vote_P
{
    background: url("Images/Plus.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 14px;
    text-decoration: none;
    width: 24px;
    }
#CommentVoteM
{
    background: url("Images/Minus-bg.gif") no-repeat scroll 0 0 transparent;
    color: #E30303;
    float: left;
    font: 11px tahoma;
    height: 14px;
    overflow: hidden;
    text-align: center;
    width: 43px;
    background-position:center center;
}
.Comment_Vote_M
{
    background: url("Images/Minus.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 14px;
    margin-left: 5px;
    text-decoration: none;
    width: 24px;
    }
#MsgCommited {
    background-color: #CEFFCE;
    border: 1px solid #009933;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
}
.GalleryDetailCommentName {
    border: 1px solid gray;
    border-radius: 3px 3px 3px 3px;
    padding: 3px;
    width: 200px;
}
.GalleryDetailCommentEmail {
    border: 1px solid gray;
    border-radius: 3px 3px 3px 3px;
    direction: ltr;
    padding: 3px;
    width: 150px;
}
.GalleryDetailCommentBody {
    border: 1px solid gray;
    border-radius: 3px 3px 3px 3px;
    height: 120px;
    padding: 3px;
    width: 370px;
}
.GalleryDetailCommentCaptcha {
    border: 1px solid gray;
    border-radius: 3px 3px 3px 3px;
    padding: 3px;
    width: 128px;
}
.GalleryDetailCommentName:hover, .GalleryDetailCommentEmail:hover, .GalleryDetailCommentBody:hover, .GalleryDetailCommentCaptcha:hover {
    border: 1px solid #009FE3;
}


#GalleryWithScrollBar{
    border-bottom: 1px solid #C1C1C1;
    display: inline-block;
    padding-bottom: 5px;
    width: 100%;
	}
#GalleryWithScrollBar .Img{
	background-color: gray;
    float: right;
    height: 49px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    width: 70px;}
#GalleryWithScrollBar .Titr1 a, #GalleryWithScrollBar .Titr1 a:visited, #GalleryWithScrollBar .Titr1 a:active, #GalleryWithScrollBar .Titr1 a:link 
{   color: #9B9B9B;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}
#GalleryWithScrollBar .Titr2 a, #GalleryWithScrollBar .Titr2 a:visited, #GalleryWithScrollBar .Titr2 a:active, #GalleryWithScrollBar .Titr2 a:link {
    color: #000000;
    font-family: nasim;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -0.03em;
    line-height: 1.2;
}
#GalleryWithScrollBar .Titr2 a:hover {
    color: #009FE3;
    text-decoration: none;
}

/*-------Send to Friend BOX*/
#boxes .window {
    display: none;
    height: 200px;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 440px;
    z-index: 9999;
}
#boxes #dialog1 {
    background-color: #E0E0E0;
    border: 5px solid #666666;
    height: 203px;
    width: 375px;
}
#boxes .close {
    background-image: url("Images/miscellaneous_sprite.png");
    background-position: -140px 0;
    background-repeat: no-repeat;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    z-index: 9999;
}
#mask {
    background-color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9000;
}

#GalleryRotateBox {
        position:relative;
}
.cycle-slideshow img {height: auto }
.cycle-pager{ text-align:center;margin-bottom:30px; position:absolute;z-index:9999;bottom:0px; text-align:center;width:100%;}

.cycle-pager span {
    color: #DDDDDD;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 50px;
    height: 16px;
    width: 16px;
}
.cycle-pager span.cycle-pager-active {
    color: #D69746;
}
.cycle-pager > * {
    cursor: pointer;
	text-align:center;
}

#RotateGallery1pager{ text-align:center;margin-bottom:30px; position:absolute;z-index:9999;bottom:0px; text-align:center;width:100%;}

#RotateGallery1pager span {
    color: #DDDDDD;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 50px;
    height: 16px;
    width: 16px;
}
#RotateGallery1pager span.cycle-pager-active {
    color: #D69746;
}
#RotateGallery1pager > * {
    cursor: pointer;
	text-align:center;
}

.jspContainer{	overflow: hidden;	position: relative;}
.jspPane{	position: absolute;}
.jspVerticalBar{	position: absolute;	top: 0;	right: 0;	width: 16px;	height: 100%;}
.jspHorizontalBar{	position: absolute;	bottom: 0;	left: 0;	width: 100%;	height: 16px;	background: red;}
.jspVerticalBar *,.jspHorizontalBar *{	margin: 0;	padding: 0;}
.jspCap{	display: none;}
.jspHorizontalBar .jspCap{	float: left;}
.jspTrack{	background: #dde;	position: relative; border-radius:5px;}
.jspDrag
{
    background-position: center center;
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 7px;
    margin-left: 3px;
    margin-right: 3px;
    background-image: url('Images/SCBar.png');
    background-repeat: no-repeat;
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{	float: left;	height: 100%;}
.jspArrow{	background: #50506d;	text-indent: -20000px;	display: block;	cursor: pointer;}
.jspArrow.jspDisabled{	cursor: default;	background: #80808d;}
.jspVerticalBar .jspArrow{	height: 16px;}
.jspHorizontalBar .jspArrow{	width: 16px;	float: left;	height: 100%;}
.jspVerticalBar .jspArrow:focus{	outline: none;}
.jspCorner{	background: #eeeef4;	float: left;	height: 100%;}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{	margin: 0 -3px 0 0;}

#Category{
	//width:200px;
	display:block;	
}

#bullets {
    height: 10px;
    position: absolute;
    right: 3%;
    bottom: 4%;
    z-index: 10000;
}

#bullets .bullet {
    background-color: gray;
    border-radius: 6px;
    cursor: pointer;
    float: left;
    margin-left: 5px;
    min-height: 12px;
    min-width: 12px;
}

    #bullets .bullet:hover {
        background-color: #CCC;
    }

    #bullets .bullet.selected {
        background-color: #CCC;
    }

/*=================================================
GalleryRotate4
=================================================*/

.immersive_slider {
  background: #161923;
  max-width: 100%;
  height: 480px;
  opacity: .9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.immersive_slider .is-slide  {
  display: table;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 50px 100px;
  position: absolute;
}
.immersive_slider .is-slide .image  {
  float: none;
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  display: table-cell;
  padding: 0 0 0 10px;
}
.is-bg-overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.is-overflow, .is-bg-overflow {
  height: 100%;
}

.ease {
  -webkit-transition: 1000ms ease all;
  -moz-transition: 1000ms ease all;
  -o-transition: 1000ms ease all;
  transition: 1000ms ease all;
}

.bounce {
  -webkit-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
  -moz-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
  -o-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
  transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
}

.no-animation {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -o-transition: none!important;
  transition: none !important;
}

.immersive_slider .is-slide .image img{
  max-width: 100%;
  display: block;
  width: 100%;
}

.immersive_slider .is-slide .content {
  float: none;
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: white;
  text-align: left;
  line-height: 160%;
  vertical-align: middle;
  display: table-cell;
}

.immersive_slider .is-slide .content h2{
  font-size: 36px;
  font-weight: 300;
  text-align: left;
}
.immersive_slider .is-slide .content h2 a {
    color:white;
}
.is-container {
  position: relative;
  overflow: hidden;
}

.is-container .is-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-container .is-background img{
  width: 100%;
  height: 100%;
  left: 0;
  position: relative;
}

.is-container .is-background.gs_cssblur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  filter: blur(20px);
}

.is-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.is-pagination li {
  padding: 0;
  display: inline-block;
  text-align: center;
  position: relative;
}
.is-pagination li a{
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
  
}
.is-pagination li a:before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255,255,255,0.85);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.is-pagination li a.active:before{
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid white;
  margin-top: -4px;
  left: 8px;
}

a.is-next , a.is-prev  {
  padding: 5px 5px 15px;
  font-size: 50px;
  position: absolute;
  bottom: 50%;
  margin-bottom: -36px;
  width: 35px;
  color: #FFF;
  display: inline-block;
  line-height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
a.is-next:hover {
    text-decoration:none;
    color:#CCC;
    }
a.is-prev:hover {
    text-decoration:none;
    color:#CCC;
    }

/*=================================================
GalleryRotate4
=================================================*/
#carousel {
    width: 100%;
    border: 1px solid #222;
    position: relative;
    clear: both;
    overflow: hidden;
    background: #FFF;
}

#carousel img {
    visibility: hidden; /* hide images until carousel can handle them */
    cursor: pointer; /* otherwise it's not as obvious items can be clicked */
}

.split-left {
    width: 450px;
    float: left;
}

.split-right {
    width: 400px;
    float: left;
    margin-left: 10px;
}

#callback-output {
    height: 250px;
    overflow: scroll;
}

textarea#newoptions {
    width: 430px;
}

.GalleryF0Headline {
    background-color: #ffffff;
    color: #000;
    line-height: normal;
    padding: 1% 3%;
}





.jssort11 {
font-family: Arial, Helvetica, sans-serif;
}

.jssort11 .i, .jssort11 .pav:hover .i {
    position: absolute;
    top: 3px;
    left: 3px;
    WIDTH: 60px;
    HEIGHT: 30px;
    border: white 1px dashed;
}

* html .jssort11 .i {
    WIDTH /**/: 62px;
    HEIGHT /**/: 32px;
}

.jssort11 .pav .i {
    border: white 1px solid;
}

.jssort11 .t, .jssort11 .pav:hover .t {
    position: absolute;
    top: 3px;
    left: 68px;
    width: 129px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fc9835;
    font-size: 13px;
    font-weight: 700;
}

.jssort11 .pav .t, .jssort11 .phv .t, .jssort11 .p:hover .t {
    color: #fff;
}

.jssort11 .c, .jssort11 .pav:hover .c {
    position: absolute;
    top: 38px;
    left: 3px;
    width: 197px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    overflow: hidden;
}

.jssort11 .pav .c, .jssort11 .phv .c, .jssort11 .p:hover .c {
    color: #fc9835;
}

.jssort11 .t, .jssort11 .c {
    transition: color 2s;
    -moz-transition: color 2s;
    -webkit-transition: color 2s;
    -o-transition: color 2s;
}

.jssort11 .p:hover .t, .jssort11 .phv .t, .jssort11 .pav:hover .t, .jssort11 .p:hover .c, .jssort11 .phv .c, .jssort11 .pav:hover .c {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.jssort11 .p {
    background: #181818;
}

.jssort11 .pav, .jssort11 .pdn {
    background: #462300;
}

    .jssort11 .p:hover, .jssort11 .phv, .jssort11 .pav:hover {
        background: #333;
    }
#GalleryRotate7BoxSummary ,#GalleryRotate7BoxSummary a,#GalleryRotate7BoxSummary a:active,#GalleryRotate7BoxSummary a:visited,#GalleryRotate7BoxSummary a:link{
    color:#ffffff;
    text-decoration:none;
}
#GalleryRotate7BoxSummary a:hover {
}

.pic-3d {
cursor:pointer;}
#GalleryRotateBox6 a:hover h1,#GalleryRotateBox6 a h1,#GalleryRotateBox6 a p,#GalleryRotateBox6 a h1:hover,#GalleryRotateBox6 a:hover{
text-decoration:none;
color:#ffffff;
text-decoration:none;
    }

/*-----------------------GalleryRotate8--------------------------*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: "Before"; }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: "After"; }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

/*-----------------------GalleryRotate9--------------------------*/
#GalleryRotate9Box {
    clear:both;
    overflow:hidden;
}
#GalleryRotate9 {
list-style:outside none none;margin:0;padding:0;
}
#GalleryRotate9 li{
    width:100%;
    clear:both;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
    padding-top: 3px;
}
#GalleryRotate9 li:last-child {
    border-bottom:none;
    }
#GalleryRotate9 li a {
    color:#000000;
    margin:0;
}
#GalleryRotate9 li a:hover {
    color:#515151;
    text-decoration:none;
}
.RN9ContentPanel {
    width:40%;
}
.RN9MainPanel {
    width:60%;
    padding:20px;
}
.RN9MainPanel img {
    border:1px solid #d2d0d0 !important;
    padding:2px;
    }
#GalleryRotate9 li a h4 {
    margin:0;
}
#GalleryRotate9 li img {
    margin: 5px;
}
.NR9Header {
    border-bottom:2px solid #b60002;
}
.NR9Header .GalleryHeaderTitle {
    background-color:#b60002;
    display:inline;
    padding:0 10px 0 10px;
    border-radius:5px 5px 0 0;
    margin-right:10px;
    margin-left:10px;
}

.GalleryRF7Header {
    clear:both;    
}
.GalleryGalleryRF7Header
{
    background-color: #009fc3;
    border-bottom: 2px solid #A5B0B8;
    display: inline-table;
    height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    width: 100%;
    }
.GalleryRF7Header .GalleryHeaderRSS {
    display:none;
}

/**************Gallery_Rotate11***********************/
.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(Images/GalleryRotate11-a21.png) center center no-repeat;
    overflow: hidden;
}
.jssora21l {
    background-position: -3px -33px;
}

.jssora21r {
    background-position: -63px -33px;
}

.jssora21l:hover {
    background-position: -123px -33px;
}

.jssora21r:hover {
    background-position: -183px -33px;
}

.jssora21l.jssora21ldn {
    background-position: -243px -33px;
}

.jssora21r.jssora21rdn {
    background-position: -303px -33px;
}

#ShowComments .Title{
	background-color: #0490be;
	color:#000000;
}

#Gallery_Marquee li {
    display:inline;
 }
.CommentAnswerContaoner {
    display:none;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: -moz-max-content;
}

/*------------------------SliderVertical_Latest1------------------------*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	//border:  5px solid #fff;
	//left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	/*background: url(images/controls.png) no-repeat 0 -32px;*/
}

.bx-wrapper .bx-next {
	right: 10px;
	/*background: url(images/controls.png) no-repeat -43px -32px;*/
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#GallerySliderLAtest1 {
    margin:0;
    padding:0;
}
.GallerySliderLAtest1Caption {
position:absolute;
bottom:0;
background-color:#e1e1e1;
width:100%;
opacity:.8;
}
#GallerySliderLAtest1Pager {
    background-color: black;
    color: #fff;
    display: table;
    padding: 5px;
    width: 100%;
}
#GallerySliderLAtest1Pager #NextBox {
    float:right;
}
#GallerySliderLAtest1Pager #NextBox a{
    background: url("Images/gdown.png");
    background-repeat: no-repeat;
    width:20px;
    height:20px;
    display:block;
    background-position:center center;
}
#GallerySliderLAtest1Pager #NextBox a:hover{
    background: url("Images/gdown1.png");
    background-repeat: no-repeat;
    width:20px;
    height:20px;
    display:block;
    background-position:center center;

}
#GallerySliderLAtest1Pager #PrevBox {
    float:right;
}
#GallerySliderLAtest1Pager #PrevBox a{
    margin-right:5px;
    background: url("Images/gup.png");
    background-repeat: no-repeat;
    width:20px;
    height:20px;
    display:block;
    background-position:center center;
}
#GallerySliderLAtest1Pager #PrevBox a:hover{
    background: url("Images/gup1.png");
    background-repeat: no-repeat;
    width:20px;
    height:20px;
    display:block;
    background-position:center center;
}
#GallerySliderLAtest1Pager #SVL1Text {
    float:left;
}
.bx-wrapper img {
    width:100%;
}
/*------------------------/SliderVertical_Latest1------------------------*/
.jqmClose {
    background: rgba(0, 0, 0, 0) url("images/close.png") no-repeat scroll right top;
    display: block;
    height: 30px;
    opacity: 0.7;
    outline: medium none;
    text-align: right;
    //width: 30px;
}

/*------------------------------------------------------------------------------Rotate2_ListSlider----------------------------------------------------------------------------------------*/
 .videos article.media .images {
    padding-top: 0px;
    margin-top: 0px;
    border-top: none;
}

    .videos article.media .images .story {
        margin-top: 10px;
        font-size: 0.9em;
    }

    .videos article.media .images .title {
        margin-top: 20px;
        font-size: 2.0em;
        margin-bottom: 10px;
    }

.videos .video-qs {
    float: left;
    list-style-type: none;
    margin-top: -5px;
    display: none;
}

    .videos .video-qs li {
        display: inline-block;
        vertical-align: top;
        background-color: #464545;
        color: #959595;
        border-radius: 6px;
        font-size: 14px;
        margin: 5px;
        width: 40px;
        text-align: center;
    }

        .videos .video-qs li a {
            color: inherit;
        }

            .videos .video-qs li a:hover {
                color: #fff;
            }

.video-holder {
    height: 40px;
    float: left;
}
 
    .videos .Gallery-container header .title {
        background: none;
        color: #e84c3d;
    }


    .graphic .Gallery-container header .more {
        color: #fbac18;
    }

    .photos .Gallery-container header .more {
        color: #a1c131;
    }

    .videos .Gallery-container header .more {
        color: #e84c3d;
    }

 
article.media-item a {
    color: inherit;
    text-decoration: none;
}

article.media-item .reporter {
    float: right;
    padding: 3px;
}

article.media-item time {
    float: left;
    padding: 3px;
}
 
article a:hover .title {
    color: #909090;
    transition: all 0.4s ease 0s;
    border: none;
}

section.headlines article a:hover .title, article.first a:hover .title {
    color: #1167a8;
}

article.media-item {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 0.125em 0 -0.45em;
}

.ltr article.media-item {
    margin: 0 -0.45em 0 0.125em;
}

article.media-item .details {
    border-radius: 0 0 5px 5px;
    border: 1px solid #313131;
    border-top: 0px;
    /*box-shadow: 0 0 10px #000;*/
    padding-right: 5px;
    margin-bottom: 10px;
    line-height: 1.7em;
    overflow: hidden;
}

.photos article.media-item .details {
    border-radius: 0 0 3px 3px;
    border-top: 2px solid #313131;
    box-shadow: 0 0 16px #000;
    padding: 3px;
}
 
.videos article.media-item .details {
} 
.video-playlist .row {
    padding: 0;
    margin: 0;
}

.jw-featured {
    display: none;
}

.jw-title-primary {
    float: right !important;
    text-align: right !important;
    font-family: "Nassim" !important;
    font-size: 1.8em !important;
    padding-top: 15px !important;
    margin-right: 5px !important;
}

.ltr .jw-title-primary {
    float: left !important;
    text-align: left !important;
}

.video-playlist {
    background: #333333;
    margin-bottom: 15px;
}

    .video-playlist .row {
        /*border: 1px solid #4a4a4a;*/
    }

.curent-item-details time {
    line-height: 30px;
}

.curent-item-details {
    overflow: hidden;
}

    .curent-item-details .title a {
        text-decoration:none;
        color:#fff;
    }
        .curent-item-details .title a:hover {
        text-decoration:none;
        color:#ffa500;
    }

.ltr .curent-item-details .title a {
    font-size: 0.52em;
    margin-left: 10px;
}



.curent-item-details .lead {
    font-size: 15px;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 580px) {
    .curent-item-details h3 {
        font-size: 17px;
    }
}

.title-container {
    color: #ffffff;
    height: 40px;
    padding-right: 20px;
    line-height: 40px;
    font-size: 1.5em;
}

.ltr .title-container {
    padding-left: 20px;
}

.title-container a {
    color: inherit;
}

    .title-container a:hover {
        text-decoration: none;
        color: #909090;
    }

.carousel-control {

}

 
.jw-controlbar {
    position: absolute !important;
    z-index: 1000000 !important;
}

.video-playlist .video-parent, .video-playlist .playlist {
    padding: 0;
    margin: 0;
    height: 440px;
}

.video-playlist .playlist {
    background-color: #333333;
    color: #ffffff;
    direction: ltr;
    text-align: right;
    /*border-left: 1px solid #4a4a4a;*/
}

    .video-playlist .playlist header {
        font-size: 1.6em;
        padding-right: 10px;
        border-bottom: 1px solid #4a4a4a;
        overflow: hidden;
        background-color: #333333;
        /*background: #000000;*/
    }

.ltr .video-playlist .playlist header {
    text-align: left;
    padding-left: 10px;
}

.video-playlist .playlist ol {
    margin: 0;
    padding: 0;
    background-color: #333333;
    bottom: 0;
    counter-reset: playlist-video-section;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 40px;
}

    .video-playlist .playlist ol li {
        box-sizing: border-box;
        overflow: hidden;
        padding: 0;
        direction: rtl;
    }

.ltr .video-playlist .playlist ol li {
    direction: ltr;
    text-align: left;
}

.video-playlist .playlist ol li:hover, .video-playlist .playlist ol li.selected {
    background: #525252;
    color: #ffffff;
}

    .video-playlist .playlist ol li.selected h4 {
        color: #ffffff;
    }
        .video-playlist .playlist ol li.selected h4:hover {
        color: #ffa500;
    }

.video-playlist .playlist ol li h4 {
    font-size: 1.1em;
}

.ltr .video-playlist .playlist ol li h4 {
    font-size: 0.9em;
    line-height: 1.2em;
}

.video-playlist .playlist ol li h4, .video-playlist .playlist ol li .index {
    color: #cacaca;
}

.video-playlist .playlist ol li .play-icon {
    color: #c03636;
    display: none;
    font-size: 0.7em !important;
}

.video-playlist .playlist ol li .index, video-playlist .playlist ol li .play-icon {
    float: right;
    font-size: 1em;
    line-height: 68px;
    margin: 0 2px;
    text-align: center;
    width: 20px;
}

.ltr .video-playlist .playlist ol li .index, video-playlist .playlist ol li .play-icon {
    float: left;
}

.video-playlist .playlist ol li a {
    display: block;
    position: relative;
    text-decoration: none;
}

article.media #video-container {
    border-top: 1px solid #4a4a4a;
    margin-top: 10px;
    padding-top: 20px;
}

.item-thumb {
    float: right;
    margin-right: 0;
    margin-left: 3px;
    position: relative;
    width: 80px;
    height: 66px;
    /*background: #f1f1f1 none repeat scroll 0 0;*/
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    vertical-align: middle;
}

.ltr .item-thumb {
    float: left;
}

.thumb-container {
    padding-bottom: 100%;
    display: block;
    height: auto;
}

.thumb-clip {
    bottom: -100px;
    left: -100px;
    position: absolute;
    right: -100px;
    text-align: center;
    top: -100px;
    white-space: nowrap;
    word-break: normal;
}

    .thumb-clip img {
        display: inline-block;
        vertical-align: middle;
    }


.vertical-align {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.item-description {
    overflow: hidden;
    position: relative;
    top: 6px;
    height: 66px;
}

.video-length {
    position: absolute;
    left: 0px;
    border-radius: 3px;
    bottom: 0px;
    font-size: 12px;
    background-color: #000;
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    margin-right: 0;
    margin-top: 0;
    opacity: 0.75;
    padding: 0 4px;
    vertical-align: top;
}

.video-slider-box .playlist .description .title {
    font-weight: bold;
    font-size: 1.1em;
}

.current-video-details {
    margin-top: 10px;
}

.curent-item-details {
    margin-right: 5px;
    margin-top: 5px;
    overflow: hidden;
}

    .curent-item-details .title, .curent-item-details .lead {
        margin: 2px;
        color:#fff;
    }

    .curent-item-details time {
        float: left;
        margin-left: 5px;
    }

.ltr .curent-item-details time {
    float: right;
}

.curent-item-details time i {
    margin-left: 5px;
}

.ltr .curent-item-details time i {
    margin-right: 5px;
}

.current-video-details .details {
    margin: 10px;
    font-size: 15px;
    font-weight: bold;
}

    .current-video-details .details time {
        margin-left: 15px;
    }

.current-video-details .body {
    font-size: 16px;
    text-align: justify;
}

 
.videos .filter-bar {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}


    .videos .filter-bar ul li.selected a {
        background-color: #e84c3d;
        color: white;
    }
    .videos .filter-bar .selected, .videos .filter-bar .selected input, .videos .filter-bar .selected .print,
    .videos .filter-bar .search-and-date .datepicker.selected,
    .videos .filter-bar .title {
        color: #e84c3d;
    }
.video-item figure {
    position: relative;
}
    .video-item figure::before {
        content: "";
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        top: 25%;
        left: 0;
        right: 0;
        width: 60px;
        height: 60px;
        z-index: 100;
        background: transparent url('/Static/img/play-button.png') no-repeat center;
        background-size: cover;
        pointer-events: none;
    }
.videos .media-item figure {
    position: relative;
}
    .videos .media-item figure::before {
        content: "";
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        top: 37%;
        left: 0;
        right: 0;
        width: 50px;
        height: 50px;
        z-index: 100;
        background: transparent url('/Static/img/play-button.png') no-repeat center;
        background-size: cover;
        pointer-events: none;
    }

.GalleryR1Title a {
color:#ffff;
text-decoration: none;
}
.GalleryR1Title a:hover {
color:#ffa500;
text-decoration: none;
}
#LatestGallery2Container {
width: auto;
float: right;
background-color: #009fc3;
padding: 5px;
margin: 5px;
}
#LatestGallery2Container a{
color:#fff;
text-decoration:none;
}
