/* app css stylesheet */
.editorspick {
    position: absolute;
    right: 0;
    top: 9px;
    z-index: 1;
}
.editorspick img {
    border: medium none;
}
/* CAROUSEL LI */
.itembox {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    color: #000000;
    float: left;
    font-family: Helvetica,Arial,Geneva,sans-serif;
    font-weight: normal;
    height: 480px;
    margin: 6px 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 180px;
}
.itembox .like, .editors_collection .like-editors, .editors_collection2 .like-editors {
    background: url("../img/love_right_border.png") no-repeat scroll right top transparent;
}
.itembox .like, .itembox .comments, .editors_collection .like, .editors_collection .comments, .editors_collection2 .comments, .editors_collection2 .like {
    color: #000000;
    cursor: pointer;
    float: left;
    font-family: Helvetica,Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    margin: 8px 0 0;
    padding: 0 8px;
    text-align: left;
}
.itembox .image{
    padding-top: 8px;
}
.image img
{
height:375px;width:163px;
}
.like {
    width: 74px;
}
a
{
text-decoration:none;  
}

.like img, .comments img {
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
    width: auto;
}
img {
    border: medium none;
}
.profile_action a, span {
    color: #333333;
    text-decoration: none;
}
.itembox .like, .itembox .comments, .editors_collection .like, .editors_collection .comments, .editors_collection2 .comments, .editors_collection2 .like {
    color: #000000;
    cursor: pointer;
    float: left;
    font-family: Helvetica,Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    margin: 8px 0 0;
    padding: 0 8px;
    text-align: left;
}
.comments {
    color: #3E3E3E;
    font-family: Georgia,"Trebuchet MS",Arial,Helvetica;
    font-size: 14px;
    font-style: italic;
}
.itembox .like, .itembox .comments, .editors_collection .like, .editors_collection .comments, .editors_collection2 .comments, .editors_collection2 .like {
    color: #000000;
    cursor: pointer;
    font-family: Helvetica,Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
}
.itembox .name {
    display: block;
    float: left;
    width: 95%;
}
.itembox h6 {
    color: #3E3E3E;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    margin: 0;
    padding: 2px 8px;
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}
.authName {
    color: #3E3E3E;
    text-decoration: none;
}
.itembox h1 {
    color: #000000;
    font-size: 10px;
    margin: 0;
    padding: 0 8px;
    text-align: left;
}
p, h1, form, button {
    border: 0 none;
    margin: 0;
    padding: 0;
}

/* CAROUSEL CODE */
html, body {
  margin: 0;
  padding: 0;
}

#main{
   height:90px;
   border:0 solid #eee;
   width:615px;
   height:628px;
   padding:0 10px 0 10px;
   -moz-border-radius: 5px;
   -webkit-border-radius:5px ;
   border-radius:5px;
   background:#eee;
   font-family:Arial, Helvetica, sans-serif !important;
}

#carousel_inner {
   float:left;
   width:578px;
   overflow: hidden;
   background: #F0F0F0;
   margin: 0 18px;
}
#carousel_ul {
   position:relative;
   left:-182px;
   list-style-type: none;
   margin: 0px;
   padding: 0px;
   width:9999px;
   padding-bottom:10px;
}

#carousel_ul li{
   float: left;
   width:190px;
   padding:0px;
   height:500px;
   margin-top:0;
   margin-bottom:10px;
   margin-left:0;
   margin-right:0;
   border-left:0 solid red;
   background: #fff;
}

#carousel_ul li img {
   margin-bottom:-4px;
   cursor:pointer;
   cursor: hand;
   border:0px;
}
#left_scroll, #right_scroll{
   float:left;
   height:500px;
   width:18px;
   background:#C562A5;
   text-align:center;
   cursor:pointer;
   position:absolute;
   z-index:1000;
}
#left_scroll{
margin-left:0px;
}
#right_scroll{
margin-left:597px;
}
#left_scroll img, #right_scroll img{
position:relative;
top:237px;
}
.left_scroll{
  -moz-border-radius: 0  5px 0 0;
  -webkit-border-radius: 5px 0 5px 5px;
   border-radius: 5px  0 0 5px;
}

.right_scroll{
  -moz-border-radius: 0  5px 0 0;
  -webkit-border-radius: 5px 0 5px 5px;
  border-radius: 0 5px  5px 0;
}
#left_scroll img, #right_scroll img{
  cursor: pointer;
  cursor: hand;
}
#carousel_container{
  border:0 solid red
}

#footer{
  font-size:0.75em;
  font-weight:600;}

#footer a { color:#004DB3;
  text-decoration:none;}

#footer a:hover{
  color:#B60606;
  text-decoration:none;}
#footer_right{
  float:right;
  width:250px;
  text-align:right;
}
#footer_left{
  float:left;
  width:140px;
}
#footer_center{
  float:left;
  width:215px;
  text-align:center;
}

#header{
   height:100px;
}

#header_right{
  float:right;
  width:139px;
  height:82px;
  margin-top:10px;
}

#header_right a, #header_right img{
border:none;
}

#header_left{
  float:left;
  width:470px;
  padding-top:5px;
 }

h2{
  color:#C562A5;
  display: block;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 31px;
  margin:0;
  text-align:left;
}
a{
  cursor: pointer;
}

.celebritystyle {
    position: absolute;
    right: 0;
    top: 9px;
    z-index: 1;
}