@charset "utf-8";
/* CSS Document */

/* -------------------------------- */
/* Font Definitions                 */
/* -------------------------------- */
@font-face {
  font-family: "HelveticaNeueThCn";
  src: url('../fonts/HelveticaNeueLTCom-ThCn.ttf') format('truetype');
}

@font-face {
  font-family: "HelveticaNeueLtCn";
  src: url('../fonts/HelveticaNeueLTCom-LtCn.ttf') format('truetype');
}

@font-face {
  font-family: "HelveticaNeueLtCnO";
  src: url('../fonts/HelveticaNeueLTCom-LtCnO.ttf') format('truetype');
}

@font-face {
  font-family: "HelveticaNeueMdCn";
  src: url('../fonts/HelveticaNeueLTCom-MdCn.ttf') format('truetype');
}

@font-face {
  font-family: "HelveticaNeueBdCn";
  src: url('../fonts/HelveticaNeueLTCom-BdCn.ttf') format('truetype');
}

/***** MyriadProRegular  *****/
@font-face {font-family: 'MyriadProRegular';font-weight: normal;font-style: normal;
    src: url('../fonts/myriadpro-regular-webfont.eot');
	src: url('../fonts/myriadpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-regular-webfont.woff') format('woff'),
         url('../fonts/myriadpro-regular-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-regular-webfont.svg#MyriadProRegular') format('svg');
}
/* MyriadProSemibold*/
@font-face {font-family: 'MyriadProSemibold';font-weight: normal;font-style: normal;
    src: url('../fonts/myriadpro-semibold-webfont.eot');
    src: url('../fonts/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-semibold-webfont.woff') format('woff'),
         url('../fonts/myriadpro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-semibold-webfont.svg#MyriadProSemibold') format('svg');      
}


/* MyriadProbold*/
@font-face {font-family: 'MyriadProBold';font-weight: normal;font-style: normal;
    src: url('../fonts/myriadpro-bold-webfont.eot');
    src: url('../fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-bold-webfont.woff') format('woff'),
         url('../fonts/myriadpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-bold-webfont.svg#MyriadProBold') format('svg');      
}

/* MyriadProLight */
@font-face {font-family: 'MyriadProLight';font-weight: normal;font-style: normal;
    src: url('../fonts/myriadpro-light-webfont.eot');
    src: url('../fonts/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-light-webfont.woff') format('woff'),
         url('../fonts/myriadpro-light-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-light-webfont.svg#MyriadProLight') format('svg');
}@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;/*vertical-align: baseline;*/
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/*
@mixin centerbox {
  @include display-box;
  @include box-orient(horizontal);
  @include box-pack(center);
  @include box-align(center);
}
*/
/* -------------------------------------------- */
/* Override resets to avoid font corruption     */
/* -------------------------------------------- */
h1, h2, h3, h3, h4, h5, strong, strong a, li, em, b, p, a {
	font-weight: normal;
}
/* -------------------------------- */
/* Typography rules                 */
/* -------------------------------- */

/* -------------------------------- */
/* Fullscreen Background            */
/* -------------------------------- */
/* -------------------------------- */
/* Global Styles                    */
/* -------------------------------- */
body {
	font-family: "MyriadProRegular", "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #000000;
	position:relative;
}
a {
	color: #f2f2f2;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input:focus, textarea:focus a:focus {
	outline: 0;
}
textarea, input, select {
	outline:0
}

/* -------------------------------- */
/* Preloader styles                    */
/* -------------------------------- */
#preloader {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
	opacity:.70;
    background-color:#000; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#preloader-left {
	position:absolute;
	height:100%; width:182px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:.70;
	background-color:#000; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */
}

#status {
	width:100px;
	height:100px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:350px; /* centers the loading animation vertically one the screen */
	background-image:url(../images/loading-status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}


#status-left {
	width:32px;
	height:32px;
	position:absolute;
	left:100px; /* centers the loading animation horizontally one the screen */
	top:250px; /* centers the loading animation vertically one the screen */
	background-image:url(../images/loading.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-32px 0 0 -32px; /* is width and height divided by two */
}

/* -------------------------------- */
/* Home Page Styles                    */
/* -------------------------------- */

.home-bg-img{ 
  height:100%; 
  background:#000000 url(../images/background-image-home.jpg) fixed no-repeat; 
  background-size:cover;
}

/* -------------------------------- */
/* Global Styles                    */
/* -------------------------------- */

#Header-wrapper{background:#000 url(../images/header-bg-transparent-black.png); position:relative; min-width:1005px; z-index:25}
#global-content-wrapper{ position:relative; margin:80px 0 0 18px; min-height:550px; min-width:1005px; z-index:25}
.global-content-container{position:relative; margin:0; padding:0}
#logo {
	display:block;
	/*position:absolute;*/
	top:14px;
	width:25%;
	float:left;
	height:45px;
	margin: 9px 10px 0px 15px;
	cursor:pointer;
	background:url(../images/logo-india-picture.png) no-repeat;
}
.logo4shutterpage{height:45px;width:30%;position:absolute;right:50px;top:30px; cursor:pointer;
	background:url(../images/logo-india-picture.png) no-repeat;}
/* -------------------------------- */
/* Global Navigation                */
/* -------------------------------- */
.global-nav {
	width:auto;
	/*position: absolute;*/
	top:0; 
	/*left:280px;
	background: rgba(0, 0, 0, 0.75);*/
	font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
}

.global-nav ul li a {
	display:block;
	font-size:14px;
	width:108px;
	text-align:center;
	text-transform:uppercase;
	height:29px;
	padding-top:45px;
	color:#bdbdbd;
	font-family:'MyriadProSemiBold', arial, Helvetica;
}
.global-nav ul li a:hover {
	background:url(../images/top-nav-rollover.png)repeat-x;
	color:#ffffff;
}
.activatednav {
	background:url(../images/top-nav-rollover.png)repeat-x;
	color:#ffffff;
}

/* -------------------------------- */
/* MENU STYLES                */
/* -------------------------------- */

.mega-menu ul {/*position: relative; padding: 0; margin: 0;*/
}
.mega-menu ul li ul {
	display: none;
}
.mega-menu .sub {
	display: none;
}
.mega-menu .sub ul {
	display: block;
}
.tnav {
	font-family:'MyriadProSemiBold', arial, Helvetica;
	font-weight:normal
}
.tnav ul.mega-menu, .tnav ul.mega-menu, .tnav ul.mega-menu li {/*margin: 0; padding: 0; border: none;*/
}
.tnav ul.mega-menu {/*background: #222 url(images/bg_green.png) repeat-x 0 -80px; width: 100%; height: 40px; border-right: 1px solid #94cd0b; border-left: 1px solid #94cd0b; */
	position: relative;
}
.tnav ul.mega-menu li {
	float: left;
}
.tnav ul.mega-menu li a {
	float: left;
	display: block;
	width:122px;
	font-size:14px;
	color: #bdbdbd;
	background:url(../images/nav-separator.png) left bottom no-repeat; /*padding: 12px 38px 12px 25px; background: url(images/bg_tnav.png) repeat-x 100% 0; text-shadow: 1px 1px 1px #fff;*/
	text-decoration: none;
	text-transform:uppercase;
	height:29px;
	padding-top:34px;
	text-align:center
}
.shutterstock-logo img{ float:right; margin:9px 15px 5px 0px;}

.tnav ul.mega-menu li a.dc-mega {
	position: relative;
}
.tnav ul.mega-menu li a .dc-mega-icon {
	display: block;
	position: absolute;
	width: 8px;
	height: 6px;
	top: 18px;
	right: 15px; /*background: url(images/arrow.png) no-repeat 0 100%;*/
}
.tnav ul.mega-menu li.mega-hover a, .tnav ul.mega-menu li a:hover {/*background-position: 100% -40px;*/
	background:url(../images/top-nav-rollover.png)repeat-x;
	color:#ffffff;
}


.tnav ul.mega-menu li.mega-hover a, .tnav ul.mega-menu li a:active {/*background-position: 100% -40px;*/
	background:url(../images/top-nav-rollover.png)repeat-x;
	color:#ffffff;
}

.tnav ul.mega-menu li.mega-hover a .dc-mega-icon {
	background-position: 0 100%;
}
.tnav ul.mega-menu li .sub-container {
	position: absolute;
	background:#000000 url(../images/bg-mega-menu.png); /*no-repeat 0 100%; padding-left: 5px; */
	margin-left: -3px;
	border-left:1px solid #282828;
	border-bottom:1px solid #1c1c1c;
	border-right:1px solid #282828;
}
.tnav ul.mega-menu li .sub {/* background: url(../images/header-bg-transparent-black.png)no-repeat 100% 100%*/;
	padding: 10px 10px 0px 10px;
}
.tnav ul.mega-menu li .sub-container.mega .sub {
	padding: 10px 0 0 0;
}
.tnav ul.mega-menu li .sub .row {
	width: 100%;
	overflow: hidden;
	clear: both;
}
.tnav ul.mega-menu li .sub li {
	list-style: none;
	float: none;
	width: 190px;
	font-size: 1em;
	font-weight: normal;
}
.tnav ul.mega-menu li .sub li.mega-hdr {
	margin: 0 10px 10px 0;
	float: left;
}
.tnav ul.mega-menu li .sub li.mega-hdr.last {
	margin-right: 0;
}
.tnav ul.mega-menu li .sub a {
	background: none;
	border: none;
	text-shadow: none;
	color: #ffffff;
	padding: 7px 10px;
	display: block;
	float: none;
	text-decoration: none;
	font-size: 0.9em;
}


.tnav ul.mega-menu li .sub-container.non-mega li {
	padding: 0;
	width: 190px;
	margin-top:10px;
}
.tnav ul.mega-menu li .sub-container.non-mega li a {
	width:auto;
	line-height:14px;
	height:50px;
	color:#c0c0c0;
	padding: 0 5px 10px 0;/* background: url(images/arrow_off.png) no-repeat 7px 10px;*/
}
.tnav ul.mega-menu li .sub-container.non-mega li a:hover {
	color: #f2f2f2; /*background: #efefef url(images/arrow_on.png) no-repeat 7px 10px;*/
}
.cat-menu-thumb {
	float:left;
	margin-right:10px;
	width:48px;
	display:block;
	position:relative
}
.cat-menu-detail {
	float:left;
	margin-left:10px;
	position:relative;
	
	padding:10px 0 0 0;
	text-align:left;
	
	
    display: block;
    
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
	
}

ul#main-nav-top li ul.sub {
    display:none;
    position: absolute;
	background-color:#000;
    
}
ul#main-nav-top li:hover ul.sub {
    display:block;
}

.cat-menu-detail span {
	font-size:10px;
	color:#807f7f;
	display:block;
}
/* -------------------------------- */
/* SING IN SECTION - TOP RIGHT      */
/* -------------------------------- */
#sign-in-wrapper {
	display:block;
	width:auto;
	height:74px;
	right:18px;
	position:absolute; float:right;
}
.signin-wrapper {
	float:right;
	display:block;
	width:auto;
	margin-top:5px
}
.signin-wrapper ul li {
	float:left;
	color:#666666;
	margin-top:6px;
	border-right:1px solid #444444
}

.signin-wrapper ul li a {
	display:block;
	font-size:11px; line-height:15px;
	padding:0 8px;
	color:#828282;
	font-family:'MyriadProRegular', arial, Helvetica;
}
.signin-wrapper ul li a:hover {
	/*color:#dadada;*/
	text-decoration:underline
}

.countrylist {
	background: url(../images/slectbox-arrow.png) right top no-repeat;
	-webkit-appearance: none;
	font-size:11px;
	color:#828282;
	height:18px;
	border:1px solid #333333;
	width:72px;
	padding:1px 0 1px 4px;
	margin:0 0 0 10px;
	outline:0;
}
.myaccount-wrapper {
	float:right;
	display:block;
	width:auto;
	margin-top:2px;
	clear:both;
}
.myaccount-wrapper ul {
	margin-top:6px;
}
.myaccount-wrapper ul li {
	float:left
}
.myaccount-wrapper ul li a {
	display:block;
	font-size:12px;
	padding:0 8px;
	color:#828282;
	font-family:'MyriadProRegular', arial, Helvetica;
	border-right:1px solid #333333
}
.myaccount-wrapper ul li a:hover {
	color:#ebebeb;
}
.cart-icon-wrapper {
	float:left;
	width:auto;
	margin-left:-3px;
	margin-top:-2px;
	z-index:5;
	position:relative
}
.cart-numbers {
	float:left;
	width:auto;
	color:#b9b9b9;
	border:1px solid #444444;
	margin-left:-5px;
	z-index:4;
	position:relative;
	padding:0 4px 0 12px;
	line-height:16px;
}

/* -------------------------------- */
/* Seach box -Home page                */
/* -------------------------------- */
.search-box-home-com{float:right; position:fixed; top:15%; right:15%; padding:6px 4px 0 6px; background:url(../images/comp-box.png) no-repeat; width:400px; height:420px;z-index:25}
.search-box-home-south{float:right; position:fixed; top:30%; right:15%; padding:6px 4px 0 6px; background:url(../images/comp-box.png) no-repeat; width:400px; height:200px;z-index:25}
.search-box-field{float:left; height:24px; padding:8px 15px; background:transparent; outline:0; font-size:20px; border:0 }
/*arnab */
/*.search-box-home{float:left; position:fixed; top:40%; left:50px; padding:6px 4px 0 6px; background:url(../images/search-box-home.png) no-repeat; z-index:25}*/
.search-box-home2{float:left; position:fixed; top:40%; left:50px; padding:6px 4px 0 6px; background:url(../images/search-box-home2.png) no-repeat; width:562px; height:78px;z-index:25}
.search-box-field{float:left; height:24px; padding:8px 15px; background:transparent; outline:0; font-size:20px; border:0 }
.search-bt-home{font-size:16px; color:#ffffff; padding:10px 18px; background:transparent; border:0; text-transform:uppercase; font-family:'MyriadProSemiBold',arial,Helvetica; cursor:pointer }
.category-wrapper{float:left; display:block; clear:both; color:#d7d7d7; font-size:14px; }
.search-cats{float:left;}
.editorial{margin-left:15px;}
.uploadnfind{float:left; display:block; font-size:13px; color:#ffffff; text-transform:uppercase; background:url(../images/arrow-up.png) right 5px no-repeat; margin-left:35px; padding-right:15px; }
.advanced-ser-home{float:left; font-size:13px; display:block; color:#ffffff; text-transform:uppercase; background:url(../images/arrow-down.png) right 5px no-repeat; margin-left:24px; padding-right:15px; }


/*homepage slide*/
#background-image {position:relative;}
#slideshow  .slide{background-size:100% auto !important; width:100% !important;background-color:#000 ;}
#fssPrev, #fssNext {display:none;}
#fssList {position:absolute; right:10px; top:20px;}
#fssList .slide {background:url(../images/hp-bullets.png) no-repeat center -28px; width:20px; height:27px; float:left;}
#fssListdiva {display:block}
#fssList li.fssActive {background:url(../images/hp-bullets.png) center 0px no-repeat ;}
#slideshow .slide a.imgSrc {position:fixed; bottom:3px; right:0px; z-index:9999; color:#fff; font-size:12px; padding-right:10px; color:#a8a8a8; line-height:1.3}
#slideshow .slide  .infobox {position: fixed; top: 60%;left: 50px; float:left; padding: 6px 4px 0 6px;background: url(../images/hp-imginfobg.png) repeat; 
width: 560px; height:120px; height: auto;
}
#slideshow  .slide  .infobox  .lft {width:350px; float:left; padding-right:15px;min-height:120px;}
#slideshow  .slide  .infobox  .lft h4 {font-family:MyriadProBold; color:#fff; font-size:30px; text-shadow:1px 1px 1px #000; padding:10px 10px 10px 10px; line-height:1}
#slideshow  .slide .infobox  .lft p {font-family:MyriadProRegular; color:#fff; font-size:14px; text-shadow:1px 1px 1px #000; padding:5px 10px 15px 10px;}
#slideshow .slide .infobox  .rgt {width:160px; float:left; padding-left:20px; padding-right:15px; background:url(../images/hp-imginfobg-divider.png) no-repeat left center; min-height:120px;}

#slideshow  .slide  .infobox  .lftfw {width:510px;}

#slideshow  .slide .infobox  .rgt .btn {margin-top:20px; background: #4d78d1; display:block; border-radius:5px; box-shadow:1px 1px 1px #000; padding:15px 10px; text-transform:uppercase; font-size:13px; text-shadow:1px 1px 0px #000; font-weight:bold; border-left:1px solid #769ce9; border-top:1px solid #769ce9;  /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNzhkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzUzOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #4d78d1 0%, #335394 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d78d1), color-stop(100%,#335394)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4d78d1 0%,#335394 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4d78d1 0%,#335394 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4d78d1 0%,#335394 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4d78d1 0%,#335394 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d78d1', endColorstr='#335394',GradientType=0 ); /* IE6-8 */
}
/* -------------------------------- */
/* Seach box -Inner page                */
/* -------------------------------- */
#searchtip-box-wrapper {
	position:absolute;
	top:80px;
	left:18px; font-size:11px; color:#888888; margin-bottom:10px;
}
#searchtip-box-wrapper .newbox { color:#ffffff;
	padding:3px 0; text-align:center; line-height:8px; font-size:10px;
	display:inline-block; width:30px;
	background:url(../images/bg-for-new.gif) center center; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;}

#searchtip-box-wrapper a{color:#aeaeae}

#search-box-inner-wrapper {
	position:absolute;
	top:104px;
	left:18px;
	min-width:1000px;
}
.search-box-container {
	float:left;
	position:relative;
	width:auto;
	height:35px; width:510px;	
}
.searchbox-ctn {
	float:left;
	width:auto;
	padding:2px 4px 2px 6px;
	background:#ffffff;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	height:24px;
}

.searhboxinput {
	float:left;
	width:340px;
	height:20px;
	padding:2px 15px;
	background:transparent;
	/*line-height:18px;*/
	outline:0; font-weight:normal;
	font-size:16px; color:#999999;
	border:0
}
.searchbtn-ctn {
	float:left;
	width:auto; margin-left:1px;
	padding:2px 4px 2px 6px;
	background:url(../images/button-bg.jpg);
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px; display:inline-block;
	height:24px;
}
.search-bt-top {
	float:left;
	margin:0;
	color:#ffffff;
	padding:4px 14px;
	font-size:16px; line-height:none;
	background:none/*url(../images/button-bg.jpg)*/;
	border:0; outline:0;
	text-transform:uppercase;
	font-family:'MyriadProSemiBold', arial, Helvetica;
	cursor:pointer;
	
}

/*.search-bt-top {
	float:left;
	margin:0 0 0 1px;
	font-size:16px;	
	color:#ffffff;
	padding:5px 14px 4px 14px;
	line-height:18px;
	background:url(../images/button-bg.jpg);
	border:0; outline:0;
	text-transform:uppercase;
	font-family:'MyriadProSemiBold', arial, Helvetica;
	cursor:pointer;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px; display:inline-block;
}*/
.search-box-inner {
	float:left;
	position:relative;
	padding:6px 4px 0 6px;
	background:url(../images/search-box-inner.png) no-repeat;
	width:562px;
	height:35px;
}
.search-box-field-inner {
	float:left;
	width:365px;
	height:20px;
	padding:2px 15px;
	background:transparent;
	line-height:18px;
	outline:0;
	font-size:20px; 
	border:0
}
.search-bt-inner {
	float:right;
	font-size:16px;
	color:#ffffff;
	padding:2px 12px;
	background:transparent;
	border:0;
	text-transform:uppercase;
	font-family:'MyriadProSemiBold', arial, Helvetica;
	cursor:pointer;
	font-weight:normal
}
.advanced-ser-inner {
	float:left;
	font-size:13px;
	display:block;
	color:#bdbdbd;
	text-transform:normal;
	background:url(../images/arrow-display.png) right 7px no-repeat;
	margin:5px 10px 0 24px;
	padding-right:15px;
}
.rm-rf-container{float:left; margin-top:4px; padding:0 20px; color:#bebebe;}
.need-hires{float:left; padding:4px 20px; color:#bebebe; border-left:1px solid #555555;}
.need-hires a{color:#8b8c8c; border-bottom:1px dotted}

/* -------------------------------- */
/* SING IN Page     */
/* -------------------------------- */
.signin-page-wrapper{width:800px; margin:0 50px;}
.signinhdr{font-size:24px; color:#ffffff; padding:10px 0; margin:25px 0; border-bottom:1px solid #333333;}
.user-login-wrapper{float:left; margin:30px 0 0 0; width:320px; padding:0; color:#999999; font-size:12px;}
.signin-seperatorline{float:left; margin:100px 60px; width:1px; height:265px; border-left:1px dotted #333;}
.user-type-hdr{font-size:18px; color:#ccc; text-transform:uppercase; padding:8px 0; margin:0 0 25px 0; border-bottom:1px solid #333; /*background:#191919;*/}
.loginidpw{width:280px; padding:3px 15px; outline:1; font-size:16px; background:#bbbbbb; border:none; color:#333333;}
.signin-page-wrapper label{display:block; margin:15px 0 2px 0; clear:both; font-size:14px;}
.signin-button{
	background:#333;
	border:0; outline:0;
	color:#ffffff; font-size:16px; font-family:'MyriadProLight';
	padding:6px 15px;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:block; margin:15px 0;}
.signin-button:hover{	background:url(../images/button-bg.jpg);}
.user-login-wrapper a:hover{color:#4064b1; text-decoration:underline}

.forgot-password, .forgot-password-right{background:#191919; margin:25px 0; padding:18px; -webkit-border-radius:5px;	-moz-border-radius:5px;	border-radius:5px;}
.forgot-password input[type=text], .forgot-password-right input[type=text]{width:250px;}
.forgot-pwhdr{font-size:16px; margin:6px 0; border-bottom:1px dotted #444444;}
/*
.slidingDiv {
    height:300px;
    background-color: #99CCFF;
    padding:20px;
    margin-top:10px;
    border-bottom:5px solid #3399FF;
}*/
 
.show_hide, .show_hide_right { display:none;}


/* -------------------------------- */
/* REGISTER Page     */
/* -------------------------------- */
.register-page-wrapper{/*width:1000px;*/ margin:0;  color:#999999; font-size:12px;}
.register-form{width:550px; float:left; padding:25px 35px; border:1px solid #333333;}
.register-form input[type=text], .register-form select, .register-form textarea{width:240px; padding:2px 15px; margin:5px 0; font-size:14px; background:#bbbbbb; border:none; color:#333333;}
.register-button{
	background:url(../images/button-bg.jpg);
	border:0; outline:0;
	color:#ffffff; font-size:18px; text-transform:uppercase; font-family:'MyriadProLight';
	padding:6px 15px;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:block; margin:15px 0;}
.astrik{color:#F00}
	
.registerhdr{font-size:24px; color:#ffffff; padding:10px 0; margin:25px 0; border-bottom:1px solid #333333;}
.why-register{float:left; width:300px; margin-left:0; background:#191919; padding:25px;}
.why-register-hdr{font-size:14px; color:#fff; margin-bottom:20px;}
.benefits{margin:15px 0}
.benefits li{margin:3px 0; padding-left:20px; background:url(../images/main-cat-arrow-off.gif) 0 2px no-repeat}

/* -------------------------------- */
/* My PROFILE                */
/* -------------------------------- */
.profile-detail-hdr{font-size:18px; color:#c5c5c5; padding:10px 0 3px 0; margin:15px 0 15px 0; border-bottom:1px dotted #444444;}
/* -------------------------------- */
/* My ORDERS                */
/* -------------------------------- */
.order-details tr td{ padding:10px 6px; border-bottom:1px solid #333333; font-size:13px;}
.order-details .hdr-row{font-size:14px; color:#d6d6d6; background:#202020;}
.order-details-div{height:650px; overflow:auto;}
.order-details tr td a{border-bottom:1px dotted #06C; color:#adadad}
.order-details tr td a:hover{border-bottom:none; color:#cfcfcf}
.order-details strong{color:#c5c5c5; font-family:'MyriadProSemiBold'}
.order-amt-dt{ background:#222222; padding:15px}
.order-amt-dt .hdr{font-size:13px; color:#f0f0f0; border-bottom:1px solid #444444; margin:0 0 10px 0}
.order-amt-dt table tr td { padding:5px 0}
.order-amt-dt table .net{color:#d2d2d2; border-top:1px dotted #444444;border-bottom:1px dotted #444444;}
.order-pay-bt{
	background:url(../images/button-bg.jpg);
	border:0; outline:0;
	color:#ffffff; font-size:14px; text-transform:uppercase; font-family:'MyriadProLight';
	padding:4px 10px;
	cursor:pointer;
	/*-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;*/
	display:block; margin:10px 0;}

/* -------------------------------- */
/* Shopping Cart Page               */
/* -------------------------------- */
.cart-item-wrapper{float:left; display:block; margin:0 40px; padding:0 0 15px 0; position:relative; border-top:1px dotted #444;}
.cart-item-wrapper .delete{background:url(../images/delete-cross.gif) center center no-repeat; width:13px; height:12px; position:absolute; cursor:pointer}
.cart-item{float:left; display:inline-block; margin:25px 0}
.cart-item-info-wrapper{float:left; display:inline-block; margin-left:50px;}
.cart-item-info{float:left; margin:40px 0; font-size:14px; }
.cart-item-info strong{font-family:'MyriadProSemiBold'; color:#888888;}
.cart-item-info .type{float:left; color:#bbb; display:block; clear:both; margin-bottom:5px; border-bottom:1px dotted #666; min-width:150px;}
.cart-item-info .type-detail{float:left; color:#f0f0f0; display:inline-block; clear:left; padding:2px 0}
.cart-item-info .type-rf{float:left; padding:2px 4px 0 4px; border:1px solid #444444; color:#cccccc; display:inline-block; margin:0 6px; line-height:16px;}
.cart-item-info .type-size{float:left; color:#f0f0f0; display:inline-block; clear:both; padding:2px 0; font-size:12px;}
.cart-item-info .type-price{float:left; color:#f0f0f0; display:inline-block; clear:both; padding:2px 0; font-size:12px;}

.addfilesize-bt-wrapper{float:left; margin:50px}
.addfilesize-bt{ background:#555555;
	/*background:url(../images/button-bg.jpg);*/
	border:0; outline:0;
	color:#c5c5c5; font-size:12px; text-transform:none; font-family:'MyriadProRegular';
	padding:5px 10px; line-height:none;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	display:block; margin:10px 0;}
.addfilesize-bt:hover{ background:url(../images/button-bg.jpg);}
.cart-amt{float:left; display:block; clear:both; text-align:right; width:520px; margin:0 40px; font-size:14px;  padding:8px 15px; background:#191919}
.cart-amt-inner{float:left; display:block; clear:both; text-align:right; width:615px; margin:0; font-size:14px;  padding:8px 80px 5px 0; background:#191919}
.cart-amt-tag{color:#666; margin-right:15px; display:inline-block;}
.cart-amt-number{color:#dddddd; text-align:right; display:inline-block; width:100px;}
.cart-billing-info-wrapper{float:left; clear:both; margin:25px 40px; }
.cart-billing-info{display:block; margin:6px 0; padding-bottom:8px; border-bottom:1px dotted #555555;}
.cart-billing-info-wrapper a{color:#666666;} .cart-billing-info-wrapper a:hover{color:#999; text-decoration:underline}
.checkout-bt{ background:url(../images/button-bg.jpg);
	border:0; outline:0;	color:#c5c5c5; font-size:14px; text-transform:uppercase; font-family:'MyriadProRegular';
	padding:8px 20px; line-height:none;	cursor:pointer;
	/*-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;*/
	display:block; margin:10px 0;}

.payment-option{ float:left; display:block; clear:both; margin:25px 0; line-height:18px; font-size:14px;}

/* -------------------------------- */
/* Lightbox listing Section                */
/* -------------------------------- */
.shortlist-top-div{float:left; width:700px; display:block; clear:both; font-size:14px; padding-bottom:5px; border-bottom:1px dotted #555555; margin:15px 0}
.create-newlb{font-size:14px; color:#cecece; padding:4px 32px 4px 0; display:inline-block; margin:0 25px; background:url(../images/arrow-circular.png) center right no-repeat}
.lightboxlist-table{float:left; display:block; clear:both;}
.lightboxlist-details{float:left; display:block; clear:both;}
.lightboxlist-details tr td{ padding:10px 6px; border-bottom:1px solid #333333; font-size:13px;}
.lightboxlist-details .hdr-row{font-size:14px; color:#d6d6d6; background:#202020;}
.lightboxlist-details-div{float:left; height:650px; overflow:auto;}
.lightboxlist-details tr td a{border-bottom:1px dotted #06C; color:#adadad}
.lightboxlist-details tr td a:hover{border-bottom:none; color:#cfcfcf}
.lightboxlist-details strong{color:#c5c5c5; font-family:'MyriadProSemiBold'}

.lightbx-imageno{font-size:14px; font-family:'MyriadProSemiBold'; color:#888888;}

.lightbx-createdon{font-size:12px; color:#b7b7b7;}

.lightbx-actions{font-size:12px; display:block; margin:5px 10px; color:#cccccc; text-transform:uppercase}

.create-lboxlist{background:#222222; padding:40px;}
.create-lboxlist-hdr{font-size:14px; color:#c5c5c5; padding:10px 0 3px 0; margin:0px 0 15px 0; border-bottom:1px dotted #444444;}
.create-lboxlist input[type=text]{width:260px; padding:2px 5px; height:20px; background:#dedede; border:none; margin:6px;}
.create-lboxlist  textarea{width:260px;margin:6px; padding:2px 5px; height:50px; background:#dedede; border:none; font-family:arial; font-size:12px;}
.create-lboxlist i .text-label {	color: #555555; margin:6px;}

.create-lboxlist .createlbbtn{ padding:5px 10px;
	background:url(../images/button-bg.jpg);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	 display:block;
	 color:#f0f0f0;
	border:0; outline:0;
	font-family:'MyriadProSemiRegular', arial, Helvetica;
	cursor:pointer;}


<!-- comp box -->
	.create-lboxlist-comp{background:#222222; padding:50px;}

.create-lboxlist-hdr-comp{font-size:20px; color:#333333; padding:10px 0 3px 0; margin:0px 0 18px 0; border-bottom:1px dotted #444444;}
.create-lboxlist-comp input[type=text]{width:300px; padding:5px 8px; height:30px; background:#dedede; border:none; margin:10px;}
.create-lboxlist-comp  textarea{width:300px;margin:10px; padding:5px 8px; height:50px; background:#dedede; border:none; font-family:arial; font-size:12px;}
.create-lboxlist i .text-label {	color: #555555; margin:6px;}

.create-lboxlist-comp .createlbbtn{ padding:10px 20px;
	background:url(../images/button-bg.jpg);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	 display:block;
	 color:#f0f0f0;
	border:0; outline:0;
	font-family:'MyriadProSemiRegular', arial, Helvetica;
	cursor:pointer;}


.newlbox ul .borderli {margin:8px 0 16px 0; width:170px; border-bottom:1px dotted #605f5f; height:1px;}

ul.menu {list-style:none; margin:0; padding:0; font-size:12px;}
ul.menu a { display:block; font-size:12px; color:#cccccc;  text-decoration:none; text-transform:uppercase; 	 }
ul.menu a:hover {}
ul.menu li {position:relative; float:left; margin;0;  padding:0;  display:block; /*border-right:1px solid #857258; background:url(images/seperator.gif) right center no-repeat;*/}
/*ul.menu li:hover{background:#000}*/
ul.menu ul {position:absolute;  left:0; background:#444444; display:none; list-style:none; padding:0 15px;  }
ul.menu ul li {position:relative; border-bottom:1px dotted #666; min-width:100px; margin:0;  background:none}
ul.menu ul li a {display:block;color:#b8b7b7;/*background-color:#d1d1d1*/ text-transform:none; padding:5px 0; border-bottom:0;}
ul.menu ul li a:hover {color:#fff/*background-color:#c5c5c5*/}

ul.menu .subtop {padding-right:20px; background: url(images/down-arrow.png) right 16px no-repeat; border-bottom:0;}
ul.menu .sub {background: url(images/arrow.gif) right 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

/*.lightbox-list-wrapper{float:left; display:block; clear:both; 	margin:20px 0; 	 }
.lightbox-list-container{float:left; padding:0 0 5px 0; 	margin:0 25px 10px 0; 	width:175px; 	border:1px solid #333333;}
.lightbx-name{font-size:12px; color:#cccccc; display:block; margin:5px 10px; border-bottom:1px dotted #444444; padding-bottom:2px;}
.lightbx-name:hover{color:#ffffff;}
.lightbx-imageno{font-size:14px; display:block; margin:5px 10px; font-family:'MyriadProSemiBold'; color:#888888;}

.lightbx-createdon{font-size:12px; display:block; margin:5px 10px; color:#b7b7b7;}

.lightbx-actions{font-size:12px; display:block; margin:5px 10px; color:#cccccc; text-transform:uppercase}
*/
/* -------------------------------- */
/* Photographer Section                */
/* -------------------------------- */
.faqs .qes{padding-left:25px; background:url(../images/qes.gif) left 5px no-repeat}
.faqs .ans{padding-left:25px; background:url(../images/ans.gif) left 5px no-repeat; margin-bottom:25px;}

.photographer{}
.photographer-hdr{font-size:20px; color:#d5d5d5; padding:10px 0 3px 0; margin:15px 0 15px 0; border-bottom:1px dotted #444444;}
.photographer h2{font-size:18px; color:#c5c5c5; padding:10px 0 3px 0; margin:15px 0 15px 0; border-bottom:1px dotted #444444;}
.photo-benefits li{ padding-left:15px; background:url(../images/arrow-right-grey.png) left 5px no-repeat}

.photo-agreement-div{height:450px; overflow:auto;}


.photo-button{
	background:url(../images/button-bg.jpg);
	border:0; outline:0;
	color:#ffffff; font-size:18px; text-transform:uppercase; font-family:'MyriadProLight';
	padding:6px 15px;
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	display:inline-block; margin:15px 0;}
.photo-button-back{
	background:#555555;
	border:0; outline:0;
	color:#ffffff; font-size:18px; text-transform:uppercase; font-family:'MyriadProLight';
	padding:6px 15px; 
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	display:inline-block; margin:15px 20px 15px 0;}





/* -------------------------------- */
/* Common pages                */
/* -------------------------------- */
.common-page-wrapper{ margin:0;  color:#999999; font-size:12px;}
.common-page-wrapper p{margin:10px 0;}
h2{font-size:24px; color:#c0c0c0; padding:10px 0; margin:25px 0; border-bottom:1px solid #333333;}
h3{font-size:16px; color:#c0c0c0;margin:18px 0 0 0;}
.relatedlink-holder{float:left; width:180px; background:#191919; padding:25px;}
.relatedlink-hdr{font-size:18px; color:#c5c5c5; margin-bottom:20px;}
.relatedlink{margin:15px 0}
.relatedlink li{margin:3px 0; padding-left:20px; background:url(../images/main-cat-arrow-off.gif) 0 2px no-repeat}
.relatedlink li a {color:#bbbbbb;}
.relatedlink li a:hover {color:#f0f0f0;}
.relatedlink li .active {color:#f0f0f0;}

.common-content-right{width:695px; float:left; padding:10px 35px; border:1px solid #333333;}
.common-content-right2{width:850px; float:left; padding:10px 35px; border:1px solid #333333;}

/* -------------------------------- */
/* Editorial page                */
/* -------------------------------- */
.editorial-main-image-wrapper {
	float:left;
	position:relative;
	min-width:1150px;
	background:#0f0f0f;
	border:1px solid #272727;
	height:auto;
	display:block;
	clear:both;
	margin: 80px 0 18px 15px;
	min-height:394px;
}
.editorial-image {
	float:left;
	width:auto;
	display:block
}
.editorial-image-details {
	float:left;
	width:300px;
	padding:180px 0 0 28px;
	font-size:14px;
	line-height:17px;
	color:#919191
}
.editorial-image-hdr {
	margin-bottom:15px;
	color:#ffffff;
	font-size:36px;
	font-family:'MyriadProLight', arial, Helvetica;
}
.editorial-image-hdr .bold {
	font-family:'MyriadProSemibold'
}
.see-gallery-editorial {
	display:block;
	clear:both;
	margin-top:25px;
	width:100px;
	font-size:16px;
	color:#cacaca;
	background:url(../images/arrow-circular.png) right center no-repeat;
	padding:4px 28px 4px 0;
}
.editorial-category-box-wrapper {
	float:left;
	width:1170px;
	display:block;
	clear:both; position:relative;
}
.editorial-category-box {
	float:left;
	position:relative;
	width:358px;
	padding:8px;
	background:#202020;
	margin: 0 0 18px 15px;
}
.editorial-category-box-inner {
	float:left;
	position:relative;
	width:178px;
	margin: 0;
}
.editorial-category-box-inner ul li {
	float:left;
	position:relative;
	width:84px;
	margin: 0 0 0 5px;
}
.editorial-cat-hdr {
	float:left;
	display:block;
	clear:left;
	position:relative;
	padding:4px;
	margin:8px 0 0 8px;
	width:265px;
	font-size:26px;
	font-family:'MyriadProLight', arial, Helvetica;
}
.editorial-cat-more {
	float:left;
	display:block;
	clear:right;
	position:relative;
	padding:4px;
	margin:8px 0 0 8px;
	width:60px;
	font-size:14px;
	font-family:'MyriadProRegular', arial, Helvetica;
	color:#a8a8a8;
	text-align:right
}
/* -------------------------------- */
/* Promotions page                */
/* -------------------------------- */
.promotions-wrapper {
	float:left;
	display:block;
	clear:both;
	margin:80px 15px 25px 15px; position:relative;
}
.promotion-banner {
	float:left;
	width:auto;
}
.promotion-details-wrapper {
	float:left;
	width:480px;
	display:inline;
	padding:0;
	margin: 0 0 0 25px;
}
.promotion-details-wrapper .hdr {
	float:left;
	margin-top:0px;
}
.promotion-tbl {
	float:left;
	font-size:14px;
	color:#dddddd;
	margin:10px 0
}
.promotion-tbl tr td {
	border-bottom:0px dotted #333333;
	padding:8px 30px;
}
.promotion-tbl .promohdrs {
	background:#222222;
	color:#c6c6c6;
	text-transform:uppercase;
}
.promotion-terms {
	float:left;
	width:450px;
	display:block;
	font-size:12px;
	color:#666666;
	line-height:16px;
}
.promotion-terms .hd {
	font-family:'MyriadProSemibold';
	color:#999999
}
.promotion-terms ul li {
	list-style-type:square;
	margin-left:15px;
}

/* -------------------------------- */
/* FOOTER AREA			            */
/* -------------------------------- */

#footer-home, #global-footer {
	float:left;
	display:block;
	width:100% !important;
	min-width:1000px;
	background:#000 url(../images/header-bg-transparent-black.png);
	/*height:38px;*/
	z-index:25
}
#footer-home {
	position:fixed;
	bottom:0;
	left:0;
}
#global-footer {
	border-top:1px solid #222222;
	position:relative;

	/*bottom:0;*/
	margin:40px 0 0 0;
	/*padding-top:6px;*/
}
.aboutus-wrapper {
	float:left;
	display:block;
	/*width:186px;*/
	margin:10px 0 0 20px;
}
.aboutus-wrapper ul li {
	float:left
}
.aboutus-wrapper ul li a {
	display:block;
	
	padding:1px 12px;
	color:#f2f2f2;
	font-family:'MyriadProRegular', arial, Helvetica;
	border-right:1px solid #5e5e5e
}
.aboutus-wrapper ul li a:hover {
	color:#ffffff;
}
.social-wrapper {
	float:left;
	display:block;
	margin:10px 0 0 12px;
	font-family:'MyriadProRegular', arial, Helvetica;
	font-size:12px;
	color:#8e8e8e
}
.social-wrapper ul li {
	float:left;
	margin:2px 1px;
}
.social-wrapper ul li .facebook, .twitter, .linkedin, .youtube {
	background:url(../images/icon-social.png) no-repeat;
	display:block;
	width:17px;
	height:15px;
	text-indent:-10000px !important;
}
.twitter {
	background-position:-19px 0px;
}
.linkedin {
	background-position:-38px 0px;
}
.youtube {
	background-position:-57px 0px;
}
.social-wrapper ul .followus {
	vertical-align:top;
	padding-right:5px;
}
.copyright {
	float:left;
	margin:12px 0 0 20px;
	font-family:'MyriadProRegular', arial, Helvetica;
	font-size:11px;
	color:#818181;
	
}
.shutterstock
{
    float:left;
    margin:12px 0 0 0;
    font-family:'MyriadProRegular', arial, Helvetica;
    font-size:11px;
    color:#818181;
}
.disclaimer-wrapper {
	float:left;
	display:block;
	width:25%;
	margin:6px 0 0 5px;
}
.disclaimer-wrapper ul li {
	float:left
}
.disclaimer-wrapper ul li a {
	display:block;
	font-size:12px;
	margin-top:5px;
	padding:0 8px;
	color:#b1b0b0;
	font-family:'MyriadProRegular', arial, Helvetica;
	border-left:1px solid #5e5e5e
}
.disclaimer-wrapper ul li a:hover {
	color:#f8f8f8;
}
.corbis {
	/*background:url(../images/corbis-logos.png) no-repeat;*/

	width:210px;
	height:35px;
	float:right;
	margin:4px 0 0 0
}

/*Rrepresentative of Corbis in India*/
.bubbleInfo {
            position: relative;
            top: 150px;
            left: 100px;
            width: 500px;
        }
        .trigger {
            position: absolute;
        }
     
        /* Bubble pop-up */

        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
			border-radius:6px;
        }



        .popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

			
			
.homepage {overflow:hidden}		
.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img.slide-image{
	max-width: 100%;
	display: block;
	width:100%;
	}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

	
	/*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 {
	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;
	padding-top: 10px;
}

.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:url(../images/hp-bullets.png) no-repeat -6px -6px;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../images/hp-bullets.png) no-repeat -6px -34px;
}

/* 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;
	display:none;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-controls {position:absolute; top:0px; right:10px;}
.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: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 */

@media screen and (max-width:1024px){
	.search-box-home2 {top:30%;}
	#slideshow .slide  .infobox  {top:60%;}
	.disclaimer-wrapper { width:175px}
	#footer-home {min-width:1000px; position:relative;}
}


@media screen and (max-width:980px){
	.search-box-home2 {top:18%;}
	#slideshow .slide  .infobox  {top:60%;}
	#logo {margin-left:10px !important; top:25px;}
	.tnav ul.mega-menu li a {width:90px; font-size:12px;}
	.global-nav {left:185px;}
	#Header-wrapper {min-width:100%;}
	.myaccount-wrapper {margin-top:9px; }
	#sign-in-wrapper {right:5px;}
	#footer-home {min-width:100%; position:relative;}
	.disclaimer-wrapper {width:175px; margin-left:20px;}
	.aboutus-wrapper { width:185px; margin-left:0px;}
}

@media screen and (orientation: portrait) {
	.search-box-home2 {top:15%;}
	#slideshow .slide  .infobox  {top:60%;}
}
@media screen and (max-width:767px){
html {zoom:4}
}
@charset "utf-8";
/* CSS Document */
body{background:#000000; margin:0; padding:0}

#search-left-wrapper{position:relative; left:0; top:80px; width:202px;/* background:#191919*/}
/*****TABS MAIN*******/
.search-left { background:#181818;  color:#111;  padding:0;  width:202px;  /*border:1px solid #222;*/  margin:8px auto;}
.search-left .ulbg {width:202px; height:39px; background:url(../images/search-left-bg.gif) top left no-repeat;}
.search-left ul li {list-style:none; float:left;}
.search-left ul li a {display:block;}

.search-left ul li .refinelink{float:left;color:#a3a3a3;  padding:10px 16px 10px 16px; display:inline-block; text-transform:uppercase; font-size:14px;}
.search-left ul li .lightboxlink{float:left; color:#a3a3a3; padding:10px 10px 10px 16px; display:inline-block; text-transform:uppercase; font-size:12px;}
.search-left ul li a:hover {color:#FFF;  }
.search-left ul li a.selected {margin-bottom:0;  color:#cecece; background:url(../images/search-left-active-arrow.png) 20px 28px no-repeat }
#refine-tab {float:left; background:#191919; width:202px; }
#lightbox-tab {float:left;  background:#222222; width:202px; }

.disclaimer-wrapper{ width:auto;}
#refine-search-wrapper{position:absolute; left:0; top:160px; width:202px;/* background:#191919*/}

/***REFINE SEARCH ACCORDIAN TABS***/

.topnav {	width: 202px;	padding: 0;}

.topnav {float:left; width:196px; display:block; padding:6px 0 0 6px;}
.topnav li {float:none; margin-top:1px; padding-left:4px; line-height:18px;}
.topnav li a {width:180px; display:block; /*background: url(../images/main-cat-arrow-off.gif)8px 6px no-repeat;*/ font-size:14px; color:#cecece; text-transform:uppercase; padding:5px 0 3px 0; border-top:1px dotted #605f5f;}
.topnav li a:hover {/*background-color:#675C7C;*/	color:white;}
/*.topnav li .active>a { background: url(../images/main-cat-arrow-on.gif)8px 6px no-repeat;}*/

.topnav li ul .sub2 a {width:145px; display:block; /*background: url(../images/main-cat-arrow-off.gif)8px 6px no-repeat;*/ font-size:12px; color:#cecece; text-transform:none; padding:4px;  border-top:0; margin-left:20px}
.topnav li ul .sub2 a:hover {background-color:#222;	color:white;}

.topnav li ul {margin: 0;	padding: 0;	display: none;}
.topnav li ul li {float:none; margin:1px 0 0 0; padding:0; clear: both;}
.topnav li ul li a {width:180px; display:block; /*background: url(../images/sub-cat-arrow-off.gif)8px 6px no-repeat; */  font-size:12px; color:#9c9b9b; text-transform:none; padding:3px 0 0 0;  margin-bottom:3px;}
.topnav li ul li a:hover {	/*background-color:#D3C99C;*/	color:#cccccc;}
.topnav li ul li label{color:#cecece}
.topnav ul ul li a {	color:silver;	padding-left: 40px;}
.topnav ul ul li a:hover {	background-color:#D3CEB8;	color:#675C7C;}

.topnav ul .borderli {margin:0 0 3px 24px; width:152px; border-bottom:1px dotted #605f5f; height:1px;}

.topnav li .sub li input[type="checkbox"]{margin-left:8px;}
.topnav li ul li ul li{margin-left:4px; line-height:12px; padding:0}

.topnav li ul li .sub2 li input[type="checkbox"]{margin-left:4px;}
.topnav  .clear{padding-bottom:10px;}

.topnav span{float:left; display:inline-block; width:12px; height:13px; margin:0 8px 0 3px;}

/********EDITORIAL SEARCH LEFT PANEL****/
.ligtbox-left-hdr{width:170px; display:block; background:#335192 url(../images/search-left-active-arrow.png) 100px 16px no-repeat; color:#a3a3a3;  padding:10px 16px 10px 16px; text-transform:uppercase; font-size:14px;}

/***LIGHTBOX ASSETS***/

.newlbox {float:left; width:192px; display:block; margin-bottom:15px;}
.newlbox li {float:none;}
.newlbox li a {font-size:14px; color:#cecece; padding:4px 28px 4px 0; margin:8px 0; vertical-align:text-top}
.newlbox li a:hover {color:white;}

.newlbox li ul {margin: 0;	padding: 0;	display: none;}
.newlbox li ul li {float:none; margin:4px 0; padding:0; clear: both;}
.newlbox li ul li input[type=text]{width:160px; padding:2px 5px; height:20px; background:#dedede; border:none}
.newlbox li ul li textarea{width:160px; padding:2px 5px; height:50px; background:#dedede; border:none; font-family:arial; font-size:12px;}
.newlbox li ul li .text-label {	color: #555555;}

.newlbox li ul li .createlbbtn{ padding:5px 10px;
	background:url(../images/button-bg.jpg);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	 display:block;
	 color:#f0f0f0;
	border:0; outline:0;
	font-family:'MyriadProSemiRegular', arial, Helvetica;
	cursor:pointer;}


.newlbox ul .borderli {margin:8px 0 16px 0; width:170px; border-bottom:1px dotted #605f5f; height:1px;}

.lightbox-left-container {float:left; width:178px; margin:12px;}
.create-lightbox{float:left; display:block; clear:both; font-size:14px; color:#cecece; padding:4px 28px 4px 0; margin:8px 0; background: url(../images/arrow-circular.png)right center no-repeat;}
.mylightbox-hdr{float:left; display:block; clear:both; font-size:14px; color:#9c9b9b;}
.lbxlist{float:left;}
.showlbx{float:right; margin:0 10px 0 0; width:26px; height:26px; cursor:pointer; background: url(../images/arrow-circular.png)center center no-repeat;}

.lightbox-image-container{float:left; display:block; clear:both; margin:15px 0; padding:6px 0; border-top:1px dotted #666; width:178px; overflow:auto; height:440px;}
.lightbox-image-container .image-holder{float:left; clear:both; margin:10px 0 0 0 }
.lightbox-image-container .image-holder .image{float:left; display:inline-block}

.lightbox-image-container .image-holder .remove{float:left; display:block; clear:right; width:17px; height:14px; background:url(../images/lightbox-cross.png); cursor:pointer; margin:0 0 0 10px;}
.lightbox-image-container .image-holder .cart{float:left;  margin:4px 0 0 6px; display:block; width:23px; height:17px; background:url(../images/lightbox-cart.png); cursor:pointer}

.lightboxlist-input{ width:170px; background:#cccccc; padding:2px;}

.share-view{float:left; display:block; clear:both; margin:12px 0 0 0; color:#666666; width:170px; text-align:center; background:#2c2c2c; padding:2px ; -webkit-border-radius:5px;	-moz-border-radius:5px;	border-radius:5px;}

.share-view a{display:inline-block; padding:5px 12px; font-size:12px; color:#c8c8c8;}
.share-view a:hover{ color:#ffffff; text-decoration:underline}

.lightbox-view-hdr{font-size:14px; color:#c5c5c5; padding:5px; display:inline-block; } 
.lightbox-view-name{font-size:16px; color:#f0f0f0; padding:5px; display:inline-block; }



.bottom-msg{float:left; width:162px; color:#7f7f7f; padding:10px 0 20px 12px; margin-left:12px; border-top:1px solid #2e2e2e}
.bottom-msg a{color:#f7f7f7; border-bottom:1px dotted #555555}

/* --------------------------------------------- */
/* Search Results Container Panel- RIGHT Side    */
/* --------------------------------------------- */

#search-results-container{margin:40px 40px 50px 232px; min-height:650px; }

.editorial-result-header{background:#191919; color:#ababab; height:auto; padding:15px; min-height:120px; margin-bottom:4px;}
.editorial-result-header .imgdiv{float:left; margin-right:25px;}
.editorial-result-header .cathd{ color:#c0c0c0; font-size:18px; padding-bottom:4px;border-bottom:1px dotted #444444; margin-left:200px;}
.editorial-result-header .cat-desc{  margin-top:15px; color:#ababab;}


#keywords{background:#191919; color:#ababab; height:auto; padding-left:8px;}
#keywords .parent-keyword{font-size:14px; color:#ffffff; background:url(../images/delete-cross.gif) left center no-repeat; padding:5px 5px 5px 18px; display:inline-block; margin:5px;}
#keywords .parent-keyword-arrow{background:url(../images/arrow-next.gif) center center no-repeat; width:8px; height:11px; display:inline-block; margin-right:5px;}
#keywords .last-keyword{font-size:14px; color:#ffffff; background:url(../images/delete-cross.gif) left center no-repeat; padding:5px 16px 5px 18px; display:inline-block; margin:5px;}
#keywords .result-number{font-size:14px; color:#ababab;}

#clarify{color:#959494; padding:5px 12px}
#clarify .hdr{color:#a1a1a1; font-size:14px;}
#clarify input[type="checkbox"]{margin-left:12px;}

/*-------Search Header-------*/
#search-header{color:#a2a2a2; height:25px; padding: 8px 10px; margin-bottom:20px; border-top: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; /*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin: 0 0 5px 0;*/}

#search-footer{color:#a2a2a2; height:25px; display:block; clear:both; position:relative; background:transparent; padding: 8px 10px; border-top: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a;}

.seperator-bar{
border-right: 1px solid #333;
height: 22px;
width: 10px;
float: left;
margin-top: 2px;
}

#search_page_size-panel {
	float:left;
	margin:0;
}
.perpage{color:#cccccc; font-weight:bold; font-size:12px; width:50px;padding:0 0 0 1px; border:1px solid #222222; background: url(../images/arrow-down-b.png) center right no-repeat; -webkit-appearance: none;}


#image_preview-panel {
	float:left;
	margin:0 0 0 10px;
	color:#CCC;
	padding:2px 0 0 5px
}
#image_preview-panel .input_pair input {
	float:left;
	position:relative;
	top:1px
}
#image_preview-panel .input_pair label {
	float:left;
	padding-left:5px
}

.search_pagination {
	float:right;
	text-align:right;
	padding-top:0;
	margin-right:2px
}

.page_overview_display {
	float:left;
	margin:2px 5px
}
.page_number-box {
	width:24px;
	height:16px;
	text-align:center;
	line-height:16px; background:#ccc;border:none;
}
.page_button {
	float:left;
	width:29px;
	cursor:pointer;
	height:25px;
}
.page_button.right {
	background:url(../images/pagination.gif) no-repeat -29px 0
}
.page_button.right:hover {
	background-position:-29px -25px
}
.page_button.left {
	background:url(../images/pagination.gif) no-repeat 0 0
}
.page_button.left:hover {
	background-position:0 -25px
}
.button_disable {
	opacity:.6;
	filter:alpha(opacity=60)
}

/*-------DISPLAY OPTIONS-NEW*/
.display_options-menu-new {	float:left;	margin:0 0 0 10px;	padding:4px;	color:#cccccc;	cursor:pointer;	width:auto;
}
.layouts-opn{float:left; margin:0 10px; position:relative;}
.layout-optionsdiv{float:left; margin-top:4px; }

.layout_detail_inline-labeln { float:left;
	width:17px; height:14px; background:url(../images/display-a.gif) no-repeat; margin:8px 10px 0 2px;
}
.layout_detail_hover-labeln {float:left;
	width:17px; height:18px; background:url(../images/display-b.gif) no-repeat;  margin:6px 10px 0 2px;
}
.applybt{float:left; position:relative;  }
.applybt input[type="button"]{cursor:pointer; background:#555555; font-size:11px; border:0; border-radius:3px; padding:3px 8px;}

/*-------DISPLAY OPTIONS-OLD*/
.display_options-menu {
	float:left;
	margin:0 0 0 10px;
	padding:4px 0 0 0;
	color:#cccccc;
	/*cursor:pointer;
	width:100px;*/
}

.main-heading{font-size:14px; color:#dddddd; padding:5px;  background:#2b2b2b; position:relative;}
.item-heading{margin:10px; font-size:12px; font-weight:bold; position:relative;}
.layouts-op{float:left; margin:0 10px; position:relative; clear:left;}
.chk-left{float:left;margin:0 10px 5px 10px;  position:relative;}

.autocmt{float:left; position:relative; clear:left;margin:10px; }
.applybtn{float:right; position:relative; clear:right;margin:10px; }
.applybtn input[type="button"]{cursor:pointer;}
.dotted-bottom{height:1px; border-bottom:1px dotted #999; display:block; clear:both; position:relative}

.layout-options{float:left; position:relative; margin-bottom:15px;}
.layout_detail_hover-label, .layout_detail_inline-label, .layout_detail_full-label {
	width:20px;
	height:21px; margin-right:15px;
	background:transparent url("../images/thumbnailLayouts.png"); float:left; position:relative;
}
.layout_detail_inline-label {
	background-position:40px 0
}
.layout_detail_hover-label {
	background-position:20px 0
}
/*--------TOOL TIP-----*/

.pop {
  position: absolute;
  display: inline; }
  
.pop .pop_menu {
    display: none;
	top:0;
	left:-120px;
	border-radius:7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;  }

.pop .pop_toggle {
/*    background-image: url(../images/arrow-down-b.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    width: 120px;
    height: 30px;
    overflow: hidden;
    /*cursor: pointer;*/ margin-left:-120px }

.active .pop_menu {
  display: block;
  background-color: #444444;
  color: #cccccc;
  position: absolute;width:240px;
  /*padding: .6em;
  width: 12em;  padding:0 9px;*/}
  
  .active .pop_menu a {
    color: #fff; }
	
.active .pop_toggle {
  z-index: 2000;
  position: absolute;
  top: 0;
  right:-160px;
  background-image: url(../images/delete-cross.gif); }
  
  /* -------------------------------- */
/* Advanced Seardh Panel	        */
/* -------------------------------- */

#advanced-search-panel{position:absolute; top:0; left:0; padding:10px 20px 30px 20px; width:780px; background:#2b2b2b; border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px;}
#advanced-search-panel .pgtlt{font-size:14px; color:#ffffff; margin-bottom:10px; text-transform:uppercase; border-bottom:1px solid #666}

#advanced-search-panel #creative-section{position:relative; float:left; width:224px}
#creative-section .labelhdr{font-size:14px; color:#f1f1f1; padding-bottom:5px;}
#creative-section .all-selection{font-size:12px; color:#b1b1b1; margin:5px 0;}
#creative-section .se-de{margin-left:25px; color:#999999; margin-bottom:4px;}
#creative-section .se-de a{color:#4873cc; padding-right:0 3px;}
#creative-section .se-de .rmno{color:#f2f2f2}
#border-line{ height:2px; border-bottom:1px dotted #6b6b6b; margin-top:6px; position:relative;}
#creative-section .creative-rf{width:220; height:100px; padding:5px; background:#c5c5c5; overflow:auto; position:relative; border:0; border-top-left-radius:6px; -webkit-border-top-left-radius:6px; -moz-border-radius-topleft:6px;}
#creative-section .creative-rf-bottom{width:220; height:15px; background:#c5c5c5; position:relative; border-bottom-left-radius:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomleft:6px;  border-bottom-right-radius:6px; -webkit-border-bottom-right-radius:6px; -moz-border-radius-bottomlright:6px}

.date-added{position:relative; float:left;  color:#999999; padding:10px; margin:6px 0; width:200px; background:#444444; border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px;}

#border-line-seperator{float:left; height:400px; width:2px; margin:0 20px; border-left:1px solid #222222;}

#adv-bt-wrapper{float:right; position:relative; margin:25px 0; }

#adv-bt-wrapper input[type=submit]{cursor:pointer}
#adv-bt-wrapper .gobt{
font-size:16px;
	color:#ffffff;
	padding:8px 15px;
	line-height:14px;
	background:url(../images/button-bg.jpg);
	border:0;
	text-transform:uppercase;
	
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;}
	
#adv-bt-wrapper .cancelbt{
font-size:16px;
	color:#ccc;
	padding:8px 15px;
	line-height:14px;
	background:#555555;
	border:0;
	text-transform:uppercase;
	
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;}


/* -------------------------------- */
/* Click to enlarge                 */
/* -------------------------------- */
.enlarge-main-title{font-size:18px; color:#f4f4f4;}
.enlarge-main-title a{font-size:18px; color:#989898; text-decoration:none; border-bottom:1px dotted #666;}
.enlarge-main-title a:hover{font-size:18px; color:#f4f4f4; text-decoration:none}
.enlarge-sub-title{font-size:14px; color:#acacac}
.enlarge-left{float:left; width:642px; min-height:inherit; margin:12px 0 0 20px; font-family:'MyriadProRegular',arial; color:#ababab}
.logo-in-enlarge{float:left; display:block; clear:both; margin-bottom:12px;}
.enlarge-img-cnt{float:left;  display:block; clear:both; border:1px solid #191919; width:640px; height:auto}
.ico-cnt-enlarge{float:left; padding:6px 8px; width:622px; border-bottom:1px solid #474747}
.ico-wrapper{float:left; padding:2px 0; margin-right:18px; font-size:12px; color:#929292; display:inline-block; cursor:pointer }
.ico-wrapper span{padding:3px 6px; display:inline-block}
.ico-wrapper a{float:left; padding:2px 0;  font-size:12px; color:#929292; cursor:pointer; width:auto; text-decoration:none; }
.ico-wrapper a:hover{float:left; padding:2px 0;  font-size:12px; color:#929292; cursor:pointer; width:auto; text-decoration:underline; }

.ico-wrapper-editorial{float:left; padding:2px 0; margin-right:12px; font-size:12px; color:#929292; display:inline-block; cursor:pointer }
.ico-wrapper-editorial2{float:left; padding:2px 0; margin-right:0; font-size:12px; color:#929292; display:inline-block; cursor:pointer }

.same-shoot{float:left; width:410px; margin:12px; min-height:140px;}
.same-shoot .thumbs{float:left; margin-top:12px;}
.similar-images{float:left; display:inline-block; clear:right; cursor:pointer; min-height:38px; margin:45px 0 0 20px; border:1px solid #242424; padding:22px 16px;
}


.enlarge-right{float:left; width:420px; min-height:inherit; margin:20px 0 0 30px; font-family:'MyriadProRegular',arial; color:#ababab}
.enlarge-right .detail-tbl{font-size:12px; color:#ababab; margin:22px 0 0 15px; }
.enlarge-right .detail-tbl tr td{padding:0 0 8px 0; vertical-align:top}
.enlarge-right .detail-tbl tr td strong{font-weight:normal;color:#f0f0f0}
.enlarge-prices{float:left;display:block; width:420px; margin-top:28px;}
.hdr-cont{ background:#1d1d1d; border-top:3px solid #292929; padding:5px 15px;}

.enlarge-prices .cat-holder{float:left;display:block; border-bottom:1px dotted #616161; width:397px; padding:2px 0 5px 2px; font-size:12px; line-height:18px;}
.enlarge-prices .cat-holder .type{float:left; display:inline-block; width:178px; color:#666666;}
.enlarge-prices .cat-holder .type .typehd{color:#f0f0f0}
.enlarge-prices .cat-holder .type .typedts{font-size:11px; color:#999999; padding:0 5px;}
.enlarge-prices .cat-holder .price{float:left; display:inline-block; letter-spacing:1px; color:#f0f0f0; margin-right:20px;}
.enlarge-prices .cat-holder .price-edit{float:left; display:inline-block; letter-spacing:1px; color:#f0f0f0; margin-right:10px;}

.imagekeywords-wrapper{float:left; display:block; clear:both; min-width:1086px; margin:5px 0 25px 20px; border-top:4px solid #292929; min-height:250px; font-family:'MyriadProRegular',arial; color:#ababab}
.imagekeywords-wrapper .hdr{margin:10px 0 25px 12px}
.imagekeywords-wrapper .keywordbox{float:left; width:200px; font-size:12px; color:#929292; margin-left:12px}
.imagekeywords-wrapper .keywordbox label{display:block; clear:both; margin-bottom:3px}
.imagekeywords-wrapper .searchbt{float:left; display:block; clear:both; width:100px; background:#474747; padding:8px 0; text-align:center; color:#ffffff; font-size:14px; text-transform:uppercase; margin:25px 0 15px 12px; border:none; cursor:pointer}

/***FOR EDISTORIAL***/
.imagekeywords-wrapper-editorial{float:left; display:block; clear:both; width:642px; margin:5px 0 25px 20px; border-top:4px solid #292929; min-height:250px; font-family:'MyriadProRegular',arial; color:#ababab}
.imagekeywords-wrapper-editorial .hdr{margin:10px 0 25px 12px}
.imagekeywords-wrapper-editorial .keywordbox{float:left; width:200px; font-size:12px; color:#929292; margin-left:12px}
.imagekeywords-wrapper-editorial .keywordbox label{display:block; clear:both; margin-bottom:3px}
.imagekeywords-wrapper-editorial .searchbt{float:left; display:block; clear:both; width:100px; background:#474747; padding:8px 0; text-align:center; color:#ffffff; font-size:14px; text-transform:uppercase; margin:25px 0 15px 12px; border:none; cursor:pointer}

/**carousel*/
.list_carousel {
				/*background-color: #ccc;*/
				margin: 0 0 30px 0;
				width: 100%;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;position:relative;
			}
			.list_carousel li {
				font-size: 40px;
				color: #999;
				text-align: center;
				/*background-color: #eee;*/
				border: 1px solid #242424;
				width: 150px;
				height: 148px;
				
				margin: auto 6px auto 0;
				display: block;
				float: left;
				display:table-cell; vertical-align:middle;
				
			}
			/*.list_carousel li div{width: 96px;display:table-cell; vertical-align:middle;
				height: 84px;}
			.list_carousel li div img{vertical-align:middle;
				max-width: 96px;
				max-height: 84px; 
				
			}*/
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: right;
				width:24px; height:24px; margin:5px 5px 5px 0;
				background:url('../images/arrow-circular-left.png');
			}
			.prevstart {
				float: right; opacity:.7;
				width:24px; height:24px; margin:5px 5px 5px 0;
				background:url('../images/arrow-circular-left.png');
			}
			.next {
				float: right;
				width:24px; height:24px; margin:5px 5px 5px 0;
				background:url('../images/arrow-circular.png');
			}
			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}/*! jQuery UI - v1.10.1 - 2013-02-15
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("images/animated-overlay.gif");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}/*! jQuery UI - v1.10.1 - 2013-02-15
* http://jqueryui.com
* Includes: jquery.ui.theme.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-err
