/*** DOG PROFILES **********************************/

#profile{outline:none;}
#profile img{ margin-bottom:.5em; border:#666666 solid 1px;}
#profile #primary_img{
	float:left; margin-left:15px;
}

#profile #info{display:inline; width:auto;float:left; outline:none; margin-right:5px; padding:5px; border-right:#666666 dotted 1px;}

#profile #info ul{
	margin-left:10px;
}

#profile #info li{
	list-style-type:none;
	margin-bottom:.5em;
}

#profile #comments{
	margin:15px; outline:none;
}
#slideshow{}
#slideshow #slidesContainer {
  margin:0 auto;
  width:440px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  padding-left:35px;
  outline:none;
}

slideshow #slidesContainer .slide {
  margin:0 auto;
  width:380px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:300px;
  outline:none;
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  outline:none;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../../../images/control_left.jpg) no-repeat 0 0;
  outline:none;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../../../images/control_right.jpg) no-repeat 0 0;
  outline:none;
}

