#flicker_mini {
  position: relative;
  width: 5.4cm;
  height: 2.2cm;
}

#flicker_mini img {
  position: absolute;
  top: 0px;
  left: 0px;
}

#flicker_mini #bg_image {
  z-index: 0;
  width: 5.4cm;
  height: 2.13cm;
}

#flicker_mini .flickersize {
  width: 4.5cm;
  height: 1.5cm;
}

#flicker_mini #flicker_app_mini {
  position: relative;
  top: 0.31cm;
  left: 0.45cm;
  z-index: 1;
}

#flicker_actions img {
  margin: 2px 2px 2px 3px;
  border: 0px;
}

#flicker table td.flicker_titlebar {
  padding: 0px;
}

.flicker_titlebar {
	width: 280px;
	height: 45px;
}

#flicker_area {
  background: black;
}

#slider {
  width: 70px;
  height: 0px;
  left: 0px;
  top: -13px;
}

#slider .ui-slider-handle {
  z-index: 2;
  top: -7px;
  width: 7px;
  height: 15px;
  margin-left: -3px;
  font-size: 8px;
  font-weight: 400;
  font-family: unset;
  border: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-color: #BBBBBB;
  background-color: #BBBBBB;
}

#flicker {
  position: relative;
  zoom: 1;
}

.prettyfied-select { 
  height: 20px;
  display: inline-block;
  min-width: 135px;
  max-width: 135px;
  position: absolute;
  margin-right: 10px;
  margin-top: 4px;
}

.prettyfied-select .prettyfied-select-box,.prettyfied-select .dropDown {
  font-size: 11px;
  color: #666666;
}

.prettyfied-select .prettyfied-select-box {
  line-height: 20px;
  cursor: pointer;
}

.prettyfied-select .prettyfied-select-box span {
  padding-left: 8px;
}

.prettyfied-select .dropDown {
  position: relative;
  z-index: 999;
  left: 0px;
  min-width: 135px;
  padding: 0;
  list-style-type: none;
  margin: 0;
  border: 0px outset;
  border-top: 0;
  background: #eee;
}

.dropDown li {
  padding: 2px;
  line-height: 11px;
}

.prettyfied-select-box p {
  padding-left: 16px;
  padding-right: 25px;
}

.prettyfied-select-box-hide, .prettyfied-select-box-show {
	position: absolute;
	z-index: 999;
}

.prettyfied-select-box-hide a {
  color: white;
}

.prettyfied-select-box-show a {
  color: #666666;
}

.prettyfied-select-box-hide {
  background: #666666;
  background-image: url('../images/arrow.png');
  background-position: right 4px;
  background-repeat: no-repeat;
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
}

.prettyfied-select-box-show {
  background: #eee;
  background-image: url('../images/arrow_eee.png');
  background-position: right 4px;
  background-repeat: no-repeat;
  border-radius: 2px 2px 0px 0px;
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
}

.prettyfied-select-box-show .dropDown{
  border-radius: 0px 0px 2px 2px;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
}

.dropDown a, .dropDown a:hover {
  color: #666666;
  text-decoration: none;
  font-size: 10px;
}

.prettyfied-select a:hover {
  text-decoration: none;
}

.dropDown li.hover { 
	background: #e5e5e5; 
} 
