#iPicture{
  font-family: 'Lucida Sans Unicode','Lucida Grande',Tahoma,Arial,san-serif;
    font-size: 62.5%;
    color: #000000;
}
.more32 {
	height: 40px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 250px;
}

.more32 span {
	font: bold 13px Lucida Grande, Arial, sans-serif;
	text-align:center;
	padding: 8px 0 0 0;
	position: absolute;
	width: 160px;
}
.
.more32 a {
	height: 100%;
	display: inline-block;
	cursor: pointer;
}
.more32 input{
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    float: right;
    height: 20px;
    margin-right: 7px;
    margin-top: 5px;
    width: 100%;
    background: transparent;
    font: bold 13px Lucida Grande,Arial,sans-serif;
}

.more32 p{
    height: 16px;
    margin: 0 0 0 148px;
    padding: 0;
    position: relative;
    width: 16px;
    cursor:pointer;
}
.more32 .pDelete{
  background: url("../images/cross.png") no-repeat scroll right center transparent;
  position: absolute;
  right: 0;
}
.more32 .pInvert{
  background: url("../images/refresh.png") no-repeat scroll right center transparent;
}
.more32 div{
  float:right;
}
.moregreen- {
	padding-top: 2px;
}

.top {
	display: none;
}

.left {
	display: none;
}

.ltr-slide {
	width:40px;
	padding: 0;
}
.bgblack{
  background: url("../images/bg.png") repeat scroll 0 0 transparent;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.bgblack span{
  color: #FFFFFF;
  text-shadow: 1px 1px 0 #000000;
}
.bgblack input{
  color: #FFFFFF;
  text-shadow: 1px 1px 0 #000000;
  border: 1px solid #FFFFFF;
}
.bgwhite{
  background: url("../images/bg-white.png") repeat scroll 0 0 transparent;
  /*border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;*/
}
.bgwhite span{
  color: #000000;
  text-shadow: 1px 1px 0 #ffffff;
}
.bgwhite input{
  border: 1px solid #000000;
  color: #000000;
  text-shadow: 1px 1px 0 #ffffff;
}
.noAnimation input{
  background: url("../images/bg-white.png") repeat scroll 0 0 transparent;
  border: 1px solid #000000;
  color: #000000;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
	z-index:1000;
}
.buttonsDropp{
	border: 1px dashed #333333;
    position: absolute;
    width: 550px;
    display:none;
    background: url("../images/bg-white.png") repeat scroll 0 0 transparent;
}
.buttonsDropp li {
    cursor: pointer;
    height: 36px;
    width: 32px;
    z-index: 1;
}
.bgDropp{
	border: 1px dashed #333333;
    position: absolute;
    display:none;
    width: 210px;
    /*background: url("../images/bg-white.png") repeat scroll 0 0 transparent;*/
}
.bgDropp li {
    cursor: pointer;
    height: 35px;
    width: 200px;
    z-index: 1;
    margin: 0 3px 5px 3px;
}
.listContainer{
  width:53px;
  height: 35px;
  border-radius: 0;
}
.listContainer li{
  cursor:move;
  height: 40px;
  width: 40px;
}
.listContainer ul{
  float:left;
}
.buttonsList{
  float:right;
  background: url("../images/choosebutton.png") no-repeat scroll right center transparent;
  height: 16px;
  width: 16px;
  margin-top: 3px;
  margin-right: 3px;
  cursor: pointer;
}
.bgList{
  height: 16px;
  width: 16px;
  background: url("../images/color_swatch.png") no-repeat scroll right center transparent;
  margin-right: 3px;
  cursor: pointer;
  float: right;
}
.inline{
  margin: 0;
}
ul.inline{
  padding-top: 5px;
}
.inline li {
    float: left;
}
.buttonSave{
    display: inline-block;
    height: 25px;
    vertical-align: bottom;
    width: 100%;
    background: none repeat scroll 0 0 transparent !important;
    border-bottom: 1px dashed #000000;
    border-top: 1px dashed #000000;
    margin: 3px 0;
    padding: 2px;
}
.buttonSave p{
	display: inline;
    margin: 0;
   padding: 5px 0 0;
    position: absolute;
}
.buttonSave input{
	left: 45%;
    position: absolute;
}
.imgButton{
  width: 40px;
  height: 40px;
  float: left!important;
}
.imgButtonDrag{
  cursor: move;
  width: 40px;
  height: 40px;
  float: left!important;
}
.noborder{
  border: 0;
  border-radius: 0;
}
.inputDiv{
  width:80%
}
/* ###################################################################

                          buttons classes
                          
   ################################################################### */
.moreblack{
/*background: url("../images/moreblack/button.png") no-repeat scroll left center transparent; */
  background: url("../images/home.png") no-repeat scroll left center transparent;
  background-size: 40px 40px;
}